Skip to content

Commit 4bc8994

Browse files
committed
Temporarily disable postgres tests to spend more cycles on mock tests
1 parent ca7678d commit 4bc8994

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/coder.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
os:
129129
- ubuntu-latest
130130
- macos-latest
131-
- windows-latest
131+
# Temporarily disable, to use special PION logging
132+
# - windows-latest
132133
steps:
133134
- uses: actions/checkout@v2
134135

@@ -160,14 +161,14 @@ jobs:
160161
run:
161162
PION_LOG_TRACE=dtls,ice,pc PIONS_LOG_INFO=all gotestsum --jsonfile="gotests.json" --packages="./..." --
162163
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
163-
-count=3 -race -short -parallel=2
164-
165-
- name: Test with PostgreSQL Database
166-
if: runner.os == 'Linux'
167-
run:
168-
DB=true gotestsum --jsonfile="gotests.json" --packages="./..." --
169-
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
170-
-count=1 -race -parallel=2
164+
-count=10 -race -short -parallel=2
165+
166+
#- name: Test with PostgreSQL Database
167+
# if: runner.os == 'Linux'
168+
# run:
169+
# DB=true gotestsum --jsonfile="gotests.json" --packages="./..." --
170+
# -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
171+
# -count=1 -race -parallel=2
171172

172173
- uses: codecov/codecov-action@v2
173174
if: github.actor != 'dependabot[bot]'

0 commit comments

Comments
 (0)