Skip to content

Commit 7fe6865

Browse files
committed
Change to nextest
1 parent 87829a7 commit 7fe6865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default:
66

77
# Run tests
88
test:
9-
cargo test
9+
cargo nextest run
1010

1111
# Run tests with coverage enabled
1212
coverage:

0 commit comments

Comments
 (0)