Skip to content

Commit

Permalink
correct CI
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Jan 4, 2024
1 parent 21a8f12 commit 4fb8df5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fb8df5

Please sign in to comment.