Skip to content

Commit

Permalink
ci: linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Jan 4, 2025
1 parent 60c6d4e commit bcfbddb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
- run: cargo fetch --quiet
- name: Run linting checks
run: |
cargo clippy --quiet --workspace --all-targets --no-deps -- -D warnings &
cargo fmt -- --check &
wait
cargo fmt -- --check
cargo clippy --quiet --workspace --all-targets --no-deps -- -D warnings
contract-tests:
name: Contract Tests
Expand Down

0 comments on commit bcfbddb

Please sign in to comment.