We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfb762 commit 3272dc9Copy full SHA for 3272dc9
.github/workflows/swift-linux-build.yml
@@ -40,3 +40,7 @@ jobs:
40
- name: Run tests
41
run: |
42
[ -d Tests ] && swift test --parallel
43
+
44
+ - name: Run tests (release)
45
+ run: |
46
+ [ -d Tests ] && swift test -c release --parallel
0 commit comments