File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 swift --version
3939 - name : Check out package
4040 uses : actions/checkout@v4
41- - name : Run unit tests with Thread Sanitizer
41+ - name : Run unit tests
4242 env :
4343 CODE_COVERAGE : ${{ matrix.code-coverage && '--enable-code-coverage' || '' }}
4444 run : |
45- swift test --filter='^(PostgresNIOTests|ConnectionPoolModuleTests)' --sanitize=thread ${CODE_COVERAGE}
45+ swift test --filter='^(PostgresNIOTests|ConnectionPoolModuleTests)' ${CODE_COVERAGE}
4646 - name : Submit code coverage
4747 if : ${{ matrix.code-coverage }}
4848 uses : vapor/swift-codecov-action@v0.2
@@ -139,11 +139,11 @@ jobs:
139139 - scram-sha-256
140140 xcode-version :
141141 - ' ~14.3'
142- - ' ~15.0 '
142+ - ' ~15'
143143 include :
144144 - xcode-version : ' ~14.3'
145145 macos-version : ' macos-13'
146- - xcode-version : ' ~15.0 '
146+ - xcode-version : ' ~15'
147147 macos-version : ' macos-14'
148148 runs-on : ${{ matrix.macos-version }}
149149 env :
@@ -175,7 +175,7 @@ jobs:
175175 - name : Checkout code
176176 uses : actions/checkout@v4
177177 - name : Run all tests
178- run : swift test
178+ run : swift test --sanitize=thread
179179
180180 api-breakage :
181181 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments