mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
run risczero tests in Docker
This commit is contained in:
@@ -20,4 +20,9 @@ RUN /tmp/install_risc0_sdk.sh
|
||||
# Verify Risc0 installation (script also does this, but good for Dockerfile sanity)
|
||||
RUN echo "Verifying Risc0 installation in Dockerfile (post-script)..." && cargo risczero --version
|
||||
|
||||
# --- Run tests ---
|
||||
RUN echo "Running tests for ere-risczero library..." && \
|
||||
cargo test --release -p ere-risczero --lib -- --color always
|
||||
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user