Skip to content

Commit

Permalink
chore(ci): Test latest deps like regular tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 3, 2024
1 parent 58154a6 commit 8512ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: Update dependencues
run: cargo update
- name: Default features
run: cargo test --workspace --all-targets
run: cargo test --workspace
- name: All features
run: cargo test --workspace --all-targets --all-features
run: cargo test --workspace --all-features
- name: No-default features
run: cargo test --workspace --all-targets --no-default-features
run: cargo test --workspace --no-default-features

0 comments on commit 8512ab7

Please sign in to comment.