Skip to content

Commit

Permalink
Add p384 and p521 tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jul 26, 2024
1 parent 31095c5 commit 07fe70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: matrix.target == 'x86_64-unknown-linux-gnu'

- name: Run tests
run: cargo test --features serde-extensions,virt
run: cargo test --features serde-extensions,virt,p384,p521
if: matrix.target == 'x86_64-unknown-linux-gnu'

- name: Check formatting
Expand Down

0 comments on commit 07fe70a

Please sign in to comment.