Skip to content

Commit

Permalink
fix: Typo in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 29, 2024
1 parent 5f87ac9 commit 9e3ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cargo fmt --check

- name: Clippy check
run: cargo clippy --all-targets --all-feature -- --deny warnings
run: cargo clippy --all-targets --all-features -- --deny warnings

- name: Build
run: cargo build --release --all-targets
Expand Down

0 comments on commit 9e3ca90

Please sign in to comment.