Skip to content

Commit

Permalink
ci: do _not_ build with all features in CI to prevent repeated compil…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
DCNick3 committed Jun 23, 2024
1 parent 8d0f17a commit 5b92937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
args: --release

- name: Download test vectors from IETF site
run: |
Expand Down

0 comments on commit 5b92937

Please sign in to comment.