Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessan committed Dec 31, 2023
1 parent db0ec14 commit 65e3c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Stable
run: cargo test
- name: Stable (no default features)
run: cargo test --no-default-features
run: |
cargo clean
cargo test --no-default-features
- name: Oldstable
run: |
rustup default 1.70.0
Expand Down

0 comments on commit 65e3c93

Please sign in to comment.