correct CI

This commit is contained in:
musitdev 2024-01-04 14:44:07 +01:00
parent 21a8f12ed4
commit 4fb8df5b7b
1 changed files with 0 additions and 5 deletions

View File

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