Skip to content

Commit

Permalink
remove clippy from CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshaw committed Nov 8, 2022
1 parent 7c540b9 commit bbc2df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trap-test-ci: trap-test
# The main `ci` target runs everything except `trap-test`.
.PHONY: ci
ci: VICEROY_CARGO=cargo --locked
ci: format-check clippy test-crates
ci: format-check test-crates

.PHONY: clean
clean:
Expand Down

0 comments on commit bbc2df4

Please sign in to comment.