Skip to content

Commit eda43f0

Browse files
chore: build all with default command
1 parent 4151164 commit eda43f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default: build
44

55
build:
66
echo "Building the project..."
7-
cargo build --release
7+
cargo build --release --all
88

99
test:
1010
echo "Running tests..."

0 commit comments

Comments
 (0)