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 ccc0ce9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -18,16 +18,17 @@ jobs:
matrix:
include:
- rust: 1.51.0 # MSRV
features: serde
features: serde, zeroize
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 ccc0ce9

Please sign in to comment.