mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
test pico in docker
This commit is contained in:
@@ -20,4 +20,13 @@ ENV PICO_TOOLCHAIN_VERSION="nightly-2024-11-27"
|
||||
# Verify Pico installation
|
||||
RUN echo "Verifying Risc0 installation in Dockerfile (post-script)..." && cargo "+${PICO_TOOLCHAIN_VERSION}" pico --version
|
||||
|
||||
# Copy the entire ere project context
|
||||
# The WORKDIR is /app from the base image
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Run tests
|
||||
RUN echo "Running tests for ere-pico library..." && \
|
||||
cargo test --release -p ere-pico --lib -- --color always
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user