Skip to content

Commit

Permalink
Don't use unstable option for stable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Jun 11, 2023
1 parent e52027c commit 3a44af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:

# Run the ignored tests that expect the above setup
- name: Build | Test
run: cargo test --workspace --all-features -- -Z unstable-options --include-ignored
run: cargo test --workspace --all-features -- --include-ignored

0 comments on commit 3a44af9

Please sign in to comment.