correct CI
This commit is contained in:
parent
21a8f12ed4
commit
4fb8df5b7b
|
@ -46,11 +46,6 @@ jobs:
|
|||
- name: Early Build
|
||||
run: |
|
||||
cargo build --locked --workspace --all-targets
|
||||
|
||||
- name: Run fmt+clippy
|
||||
run: |
|
||||
cargo fmt --all --check
|
||||
cargo clippy --locked --workspace --all-targets -D warnings
|
||||
|
||||
- name: Run Tests
|
||||
run: RUST_LOG=info cargo test
|
||||
|
|
Loading…
Reference in New Issue