Skip to content

Commit 749c7f0

Browse files
committed
fix: update test target to use fast tests by default
Change the default test target to run fast tests instead of slow tests, streamlining the testing process.
1 parent de8f2d4 commit 749c7f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test-all-fast: test-rust-fast test-node
5252
# Run all tests (slow, includes doc-tests)
5353
test-all-slow: test-rust test-node
5454

55-
# Run all tests (slow, includes doc-tests)
56-
test: test-all-slow
55+
# Run all tests (fast)
56+
test: test-all-fast
5757

5858
# Run Rust tests
5959
test-rust:

0 commit comments

Comments
 (0)