We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8f2d4 commit 749c7f0Copy full SHA for 749c7f0
1 file changed
justfile
@@ -52,8 +52,8 @@ test-all-fast: test-rust-fast test-node
52
# Run all tests (slow, includes doc-tests)
53
test-all-slow: test-rust test-node
54
55
-# Run all tests (slow, includes doc-tests)
56
-test: test-all-slow
+# Run all tests (fast)
+test: test-all-fast
57
58
# Run Rust tests
59
test-rust:
0 commit comments