mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Ensure latest job passes
This commit is contained in:
parent
bcafd462cb
commit
8fbad372a8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust-next.yml
vendored
6
.github/workflows/rust-next.yml
vendored
|
@ -55,8 +55,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
|
||||
|
|
Loading…
Reference in a new issue