Skip to content

Commit 902c5fb

Browse files
committed
Just build
1 parent d85346a commit 902c5fb

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
@@ -2,6 +2,12 @@ export RUST_BACKTRACE := "1"
22

33
# Build
44

5+
build:
6+
cargo build --all-features --all-targets
7+
8+
watch_build:
9+
cargo watch -x "build --all-features --all-targets"
10+
511
clippy:
612
cargo clippy --all-features --all-targets -- -D warnings
713

0 commit comments

Comments
 (0)