Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity committed Feb 17, 2023
1 parent cbacfc7 commit 43268b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
test:
cargo test

check-style:
cargo fmt --all -- --check

Expand All @@ -10,4 +13,4 @@ typecheck:
check-installation:
cargo install --quiet --path . --root target

all-checks: check-style lint typecheck check-installation
all-checks: typecheck check-style lint test check-installation

0 comments on commit 43268b5

Please sign in to comment.