Fix CI
This commit is contained in:
parent
25cdef4d34
commit
a15c909240
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: cargo check
|
||||
run: cargo check --all --all-features --tests
|
||||
- name: cargo test
|
||||
run: cargo test
|
||||
run: cargo test --no-default-features
|
||||
- name: cargo clippy
|
||||
run: cargo clippy --all --all-features --tests
|
||||
- name: cargo fmt
|
||||
|
|
Loading…
Reference in New Issue