Skip to content

Commit 36fad9a

Browse files
committed
Added machete
1 parent 0ccda17 commit 36fad9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
brew tap ethereum/ethereum
5353
brew install ethereum
5454
55+
- name: Machete
56+
uses: bnjbvr/[email protected]
57+
5558
- name: Format
5659
run: make format
5760

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: format clippy test
1+
.PHONY: format clippy test machete
22

33
format:
44
cargo fmt --all -- --check
@@ -8,3 +8,7 @@ clippy:
88

99
test:
1010
cargo test --workspace -- --nocapture
11+
12+
machete:
13+
cargo install cargo-machete
14+
cargo machete

0 commit comments

Comments
 (0)