Skip to content

Commit

Permalink
ci: remove additional -
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Feb 12, 2024
1 parent 2d2b07f commit 36ec72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
components: clippy
- name: Run clippy
run: cargo clippy -- --Dwarnigns
run: cargo clippy -- -Dwarnigns

test:
name: Test Suite
Expand Down

0 comments on commit 36ec72b

Please sign in to comment.