add test. Add --all-features to CI tests so that tests under the mock feature are also run

This commit is contained in:
Sergio Chouhy
2026-04-07 21:26:45 -03:00
parent 4b0a68889c
commit 5c3ee030a6
2 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ jobs:
env:
RISC0_DEV_MODE: "1"
RUST_LOG: "info"
run: cargo nextest run --workspace --exclude integration_tests
run: cargo nextest run --workspace --exclude integration_tests --all-features
integration-tests:
runs-on: ubuntu-latest