Skip to content

Commit

Permalink
add cargo deny to makefile check
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Oct 3, 2023
1 parent 88ddea6 commit 723b09d
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 @@ -22,7 +22,7 @@ test:
cargo test --release --locked

.PHONY: check
check: fmt clippy test
check: fmt clippy deny test

.PHONY: build
build: check
Expand Down

0 comments on commit 723b09d

Please sign in to comment.