Skip to content

Commit 63bfc1c

Browse files
committed
Run integration tests in release configuration. test/Driver runtime goes from 200s to 60s
1 parent 018dcdd commit 63bfc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ on the command line:
8585
```
8686
$ SWIFT_DRIVER_ENABLE_INTEGRATION_TESTS=1 \
8787
SWIFT_DRIVER_LIT_DIR=/path/to/build/Ninja-ReleaseAssert/swift-.../test-... \
88-
swift test --parallel
88+
swift test -c release --parallel
8989
```
9090

9191
#### Preparing a Linux docker for debug

0 commit comments

Comments
 (0)