Skip to content

Commit 3272dc9

Browse files
committed
run tests on release build for linux
1 parent edfb762 commit 3272dc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift-linux-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ jobs:
4040
- name: Run tests
4141
run: |
4242
[ -d Tests ] && swift test --parallel
43+
44+
- name: Run tests (release)
45+
run: |
46+
[ -d Tests ] && swift test -c release --parallel

0 commit comments

Comments
 (0)