Skip to content

Commit 92698e1

Browse files
committed
turn sil verify off until bug with Swift 5.4 is fixed.
1 parent 45050ab commit 92698e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout code
4848
uses: actions/checkout@v2
4949
- name: Run tests (without test discovery flag)
50-
run: swift test
50+
run: swift test -Xswiftc -Xfrontend -Xswiftc -sil-verify-none
5151
osx:
5252
runs-on: macOS-latest
5353
steps:

0 commit comments

Comments
 (0)