Skip to content

Commit

Permalink
chore: CI refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 2, 2024
1 parent df10a27 commit 0d952da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Check Rust version
run: rustc --version
- name: Run fmt
run: cargo fmt -- --check --verbose
# - name: Run fmt
# run: cargo fmt -- --check --verbose
- name: Run clippy
run: cargo clippy -- --deny=warnings

Expand Down

0 comments on commit 0d952da

Please sign in to comment.