We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e18197 commit e644d22Copy full SHA for e644d22
1 file changed
justfile
@@ -1,10 +1,10 @@
1
bench:
2
- swift build -c release --product Benchmarks -Xswiftc -enable-testing
3
- .build/release/Benchmarks
+ swift build -c release --product Benchmarks -Xswiftc -enable-testing
+ .build/release/Benchmarks
4
5
-test-verify
6
- swift build -c release --product Verify -Xswiftc -enable-testing
7
- .build/release/Verify
+test-verify:
+ swift build -c release --product Verify -Xswiftc -enable-testing
+ .build/release/Verify
8
9
test-full:
10
- swift test
+ swift test
0 commit comments