Skip to content

Commit f37c348

Browse files
gwynneNeedleInAJayStack
authored andcommitted
Merge branch 'main' into fix/listenWithQuotes
1 parent a827f00 commit f37c348

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff 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/[email protected]
@@ -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'

0 commit comments

Comments
 (0)