Skip to content

Commit ca9ce6b

Browse files
Merge pull request #160 from wcampbell0x2a/fix-justfile
Fix justfile
2 parents efa0ceb + e6811c3 commit ca9ce6b

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
@@ -11,7 +11,7 @@ run:
1111
build:
1212
cargo build --release --bins
1313
test: build
14-
cargo nextest run --release
14+
cargo test --release
1515
bench:
1616
cargo bench
1717
lint:

0 commit comments

Comments
 (0)