Skip to content

Commit

Permalink
don't run rustfmt check on windows; it fails due to a rustfmt bug [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshkukreti committed Oct 22, 2020
1 parent 8deea30 commit 9c03e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- run: cargo build
- run: cargo test
- run: cargo fmt -- --check
if: matrix.os != 'windows-latest'
- run: cargo clippy

0 comments on commit 9c03e6b

Please sign in to comment.