Skip to content

Commit f2a47e1

Browse files
committed
chore: add just ci cmd
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 3e4779a commit f2a47e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ url:
1414
clippy:
1515
cargo +nightly clippy --all-targets --all-features
1616

17+
ci:
18+
just fmt
19+
just clippy
20+
just test
21+
22+
1723
test:
1824
RUST_LOG=debug cargo nextest run
1925

0 commit comments

Comments
 (0)