diff --git a/.github/workflows/qc.yaml b/.github/workflows/qc.yaml index 2f9a0db3..97108903 100644 --- a/.github/workflows/qc.yaml +++ b/.github/workflows/qc.yaml @@ -121,7 +121,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 --workspace + - run: RUST_MIN_STACK=8388608 cargo test --workspace --all-features cargo-test-nix-devshell-x86_64-linux: runs-on: @@ -144,7 +144,7 @@ jobs: with: name: rosenpass authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - run: nix develop --command cargo test --workspace + - run: nix develop --command cargo test --workspace --all-features cargo-fuzz: runs-on: ubuntu-latest