File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,12 @@ jobs:
42
42
env :
43
43
CODE_COVERAGE : ${{ matrix.code-coverage && '--enable-code-coverage' || '' }}
44
44
run : |
45
- swift test --filter=^ PostgresNIOTests --sanitize=thread ${CODE_COVERAGE}
45
+ swift test --filter='^( PostgresNIOTests|ConnectionPoolModuleTests)' --sanitize=thread ${CODE_COVERAGE}
46
46
- name : Submit code coverage
47
47
if : ${{ matrix.code-coverage }}
48
48
uses : vapor/swift-codecov-action@v0.2
49
49
50
50
linux-integration-and-dependencies :
51
- if : github.event_name == 'pull_request'
52
51
strategy :
53
52
fail-fast : false
54
53
matrix :
@@ -129,7 +128,6 @@ jobs:
129
128
run : swift test --package-path fluent-postgres-driver
130
129
131
130
macos-all :
132
- if : github.event_name == 'pull_request'
133
131
strategy :
134
132
fail-fast : false
135
133
matrix :
You can’t perform that action at this time.
0 commit comments