Skip to content

Commit

Permalink
CI: reduce ssh-key cargo hack permutations (#224)
Browse files Browse the repository at this point in the history
Reduces the combinatorial explosion by isolating certain features and
testing them separately
  • Loading branch information
tarcieri authored Apr 29, 2024
1 parent 3d42e5b commit 5bd0d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssh-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack test --feature-powerset --exclude-features crypto,default,encryption,getrandom,std --release
- run: cargo hack test --feature-powerset --exclude-features crypto,default,dsa,getrandom,p256,p384,p521,rsa,tdes,std --release
- run: cargo test --release
- run: cargo test --release --features crypto
- run: cargo test --release --features encryption
Expand Down

0 comments on commit 5bd0d9b

Please sign in to comment.