Skip to content

Commit

Permalink
Fix Github actions test failures for committing AEADs
Browse files Browse the repository at this point in the history
  • Loading branch information
rlee287 committed Oct 31, 2023
1 parent c058c9b commit a76e29f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/committing-aead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,4 @@ jobs:
targets: ${{ matrix.target }}
- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --release
- run: cargo test --target ${{ matrix.target }} --release --features stream,std,zeroize
- run: cargo test --target ${{ matrix.target }} --release --all-features
- run: cargo build --target ${{ matrix.target }} --benches

0 comments on commit a76e29f

Please sign in to comment.