Skip to content

Commit

Permalink
add a test run with --no-default-features to ensure that no error cre…
Browse files Browse the repository at this point in the history
…ep in by mistake (#562)
  • Loading branch information
alexanderkjall authored Oct 31, 2023
1 parent cb63de7 commit 8dfdd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
toolchain: ${{ matrix.rust }}
- run: cargo test --release
- run: cargo test --release --all-features
- run: cargo test --release --no-default-features

0 comments on commit 8dfdd8c

Please sign in to comment.