Skip to content

Commit

Permalink
drop nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 6, 2024
1 parent ee6b31a commit 64386b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack test --release --feature-powerset --exclude-features nightly,getrandom,serde
- run: cargo hack test --release --feature-powerset --exclude-features getrandom,serde
- run: cargo test --release --features getrandom
- run: cargo test --release --features serde

Expand All @@ -66,5 +66,5 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-10-01
- run: cargo test --release --features nightly
- run: cargo test --release
- run: cargo build --benches

0 comments on commit 64386b4

Please sign in to comment.