fix: Make sure all tests are run during CI runs

Had to fix the tests in util/src/result.rs.
This commit is contained in:
Karolin Varner
2024-01-03 18:43:05 +01:00
committed by wucke13
parent 85c447052e
commit e3b72487db
2 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -101,7 +101,7 @@ jobs:
# liboqs requires quite a lot of stack memory, thus we adjust
# the default stack size picked for new threads (which is used
# by `cargo test`) to be _big enough_. Setting it to 8 MiB
- run: RUST_MIN_STACK=8388608 cargo test
- run: RUST_MIN_STACK=8388608 cargo test --workspace
cargo-test-nix-devshell-x86_64-linux:
runs-on:
@@ -124,7 +124,7 @@ jobs:
with:
name: rosenpass
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix develop --command cargo test
- run: nix develop --command cargo test --workspace
cargo-fuzz:
runs-on: ubuntu-latest