Skip to content

Commit

Permalink
fix: CI/CD failing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Noah committed Jul 11, 2024
1 parent 6b5f63d commit 81a0104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cargo test --verbose

- name: Check formatting
run: cargo fmt -- --check
run: cargo fmt -- --check --config newline_style=Auto

- name: Check clippy
run: cargo clippy -- -D warnings
Expand Down

0 comments on commit 81a0104

Please sign in to comment.