Skip to content

Commit a9246f7

Browse files
committed
Remove thread sanitizer from Linux build
Issues are with Runtime package and can't be fixed in GraphQL
1 parent 9831c85 commit a9246f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches: [ master ]
99
paths-ignore: [ README.md ]
10+
workflow_dispatch:
11+
1012
jobs:
1113
macos:
1214
name: Build and test on macOS
@@ -41,4 +43,4 @@ jobs:
4143
- name: Checkout
4244
uses: actions/checkout@v2
4345
- name: Test
44-
run: swift test --enable-test-discovery --enable-code-coverage --sanitize=thread
46+
run: swift test --enable-test-discovery --enable-code-coverage

0 commit comments

Comments
 (0)