Skip to content

Commit

Permalink
chore: update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Feb 7, 2023
1 parent 92854f5 commit c27109a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
- name: Clippy
run: cargo clippy --all --all-targets

- name: Format
run: cargo fmt --all --check
# It cause overflow on windows, temporarily disabled
# - name: Format
# run: cargo fmt --all --check

0 comments on commit c27109a

Please sign in to comment.