Skip to content

Commit 84c065c

Browse files
committed
chore: add justfile
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 5ca1bf8 commit 84c065c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

justfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
fmt:
2+
cargo +nightly fmt
3+
4+
clippy:
5+
cargo +nightly clippy --all-targets --all-features
6+
7+
build:
8+
cargo build
9+
10+
test:
11+
cargo nextest run

0 commit comments

Comments
 (0)