Skip to content

Commit 5a5747d

Browse files
committed
chore(just): add a _default recipe
1 parent 964d714 commit 5a5747d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ alias f := fmt
44
alias t := test
55
alias p := pre-push
66

7+
_default:
8+
@just --list
9+
710
# Build the project
811
build:
912
cargo build
@@ -26,4 +29,4 @@ test:
2629
cargo test --workspace --exclude 'example_*' --all-features
2730

2831
# Run pre-push suite: format, check, and test
29-
pre-push: fmt check test
32+
pre-push: fmt check test

0 commit comments

Comments
 (0)