File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
run : gotestsum --junitfile="gotests.xml" --packages="./..." --
174
174
-covermode=atomic -coverprofile="gotests.coverage"
175
175
-coverpkg=./...,github.com/coder/coder/codersdk
176
- -timeout=3m -count=$GOCOUNT -race - short -failfast
176
+ -timeout=3m -count=$GOCOUNT -short -failfast
177
177
178
178
- name : Upload DataDog Trace
179
179
if : (success() || failure()) && github.actor != 'dependabot[bot]'
@@ -189,7 +189,7 @@ jobs:
189
189
run : DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
190
190
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
191
191
-coverpkg=./...,github.com/coder/coder/codersdk
192
- -count=1 -parallel=2 -failfast
192
+ -count=1 -parallel=2 -race - failfast
193
193
194
194
- name : Upload DataDog Trace
195
195
if : (success() || failure()) && github.actor != 'dependabot[bot]' && runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments