This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -21,10 +21,10 @@ jobs:
|
||||
toolchain: stable
|
||||
|
||||
- name: cargo test
|
||||
run: cargo test --all-features
|
||||
run: cargo test --lib --all-features
|
||||
|
||||
- name: rustfmt
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: clippy
|
||||
run: cargo clippy --all --all-features --tests -- -D warnings
|
||||
# - name: clippy
|
||||
# run: cargo clippy --lib --all-features --tests -- -D warnings
|
||||
|
Reference in New Issue
Block a user