Skip to content

Commit

Permalink
Remove continue-on-error from check formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Feb 11, 2024
1 parent 8dcd05f commit ba5f10a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Check formatting
run: cargo fmt --check
continue-on-error: true
- name: Check
run: cargo clippy --verbose --locked --all-features
- name: Run tests
Expand Down

0 comments on commit ba5f10a

Please sign in to comment.