This commit is contained in:
Richard Patel 2021-08-17 01:21:08 +02:00
parent 25cdef4d34
commit a15c909240
1 changed files with 1 additions and 1 deletions

View File

@ -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