Skip to content

Commit cdb15fa

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

justfile

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

17+
ci:
18+
just fmt
19+
just clippy
20+
just test
21+
just sqlx-prepare
22+
23+
1724
test:
1825
RUST_LOG=debug cargo nextest run
1926

0 commit comments

Comments
 (0)