Skip to content

Commit

Permalink
Add cargo-careful to CI (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm authored Oct 8, 2024
1 parent 7150e0c commit 15fc621
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/crypto-primes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,16 @@ jobs:
toolchain: 1.81.0
profile: minimal
- run: cargo build --all-features --benches

cargo-careful:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
- uses: baptiste0928/cargo-install@v3
with:
crate: "cargo-careful"
- run: cargo +nightly careful setup && cargo +nightly careful test --features=tests-exhaustive

0 comments on commit 15fc621

Please sign in to comment.