Skip to content

Commit c53689d

Browse files
committed
fix workflows
1 parent 480fb36 commit c53689d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.justfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default recipe to display help information
2-
default:
2+
default: test
33
@just --list
44

55
# Build the project
@@ -12,10 +12,6 @@ build-release:
1212

1313
# Run all tests
1414
test: clippy format-check
15-
cargo test
16-
17-
# Run tests with output
18-
test-verbose:
1915
cargo test -- --nocapture
2016

2117
# Run clippy for linting

0 commit comments

Comments
 (0)