Skip to content

Commit

Permalink
Use +nightly with test/check-all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacorbellini committed Apr 9, 2024
1 parent 607d49c commit 20be0a0
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 @@ -119,7 +119,7 @@ jobs:
- name: Build and Test
run: |
export TEST_DIR=$RUNNER_TEMP
cargo test-all-features --release --verbose
cargo +nightly test-all-features --release --verbose
- name: Lint
run: |
cargo check-all-features --all-targets
cargo +nightly check-all-features --all-targets

0 comments on commit 20be0a0

Please sign in to comment.