Skip to content

Commit

Permalink
Tweak CI to avoid testing the unstable feature with stable rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
anforowicz committed Nov 1, 2023
1 parent 22295a5 commit c9a7327
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 @@ -55,7 +55,7 @@ jobs:
- run: rustup default stable
- name: test
run: >
cargo test -v --all-targets --all-features
cargo test -v --all-targets
rustfmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c9a7327

Please sign in to comment.