File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ jobs:
128
128
os :
129
129
- ubuntu-latest
130
130
- macos-latest
131
- - windows-latest
131
+ # Temporarily disable, to use special PION logging
132
+ # - windows-latest
132
133
steps :
133
134
- uses : actions/checkout@v2
134
135
@@ -160,14 +161,14 @@ jobs:
160
161
run :
161
162
PION_LOG_TRACE=dtls,ice,pc PIONS_LOG_INFO=all gotestsum --jsonfile="gotests.json" --packages="./..." --
162
163
-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
171
172
172
173
- uses : codecov/codecov-action@v2
173
174
if : github.actor != 'dependabot[bot]'
You can’t perform that action at this time.
0 commit comments