Skip to content

Commit

Permalink
Add Zeroize and benches to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Jun 14, 2023
1 parent bb9279e commit 71200c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,12 +22,13 @@ jobs:
experimental: false
- rust: stable
features:
bench: true
experimental: false
- rust: beta
features: serde
experimental: false
- rust: nightly
features: serde
features: serde, zeroize
experimental: false

steps:
Expand Down Expand Up @@ -57,4 +58,4 @@ jobs:
rustup override set nightly
cargo miri setup
- name: Test with Miri
run: cargo miri test
run: cargo miri test --all-features

0 comments on commit 71200c0

Please sign in to comment.