Fix Pico's docker test (#51)

Co-authored-by: kevaundray <kevtheappdev@gmail.com>
This commit is contained in:
Han
2025-07-14 19:06:01 +08:00
committed by GitHub
parent 2fdc62a422
commit 1cf9d545ea
4 changed files with 16 additions and 23 deletions

View File

@@ -29,6 +29,6 @@ COPY . .
# Run tests
RUN echo "Running tests for ere-pico library..." && \
cargo test --release -p ere-pico --lib -- --color always
cargo "+${PICO_TOOLCHAIN_VERSION}" test --release -p ere-pico --lib -- --color always
CMD ["/bin/bash"]