10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aca86 commit 429f70dCopy full SHA for 429f70d
.github/workflows/coder.yaml
@@ -203,13 +203,10 @@ jobs:
203
204
- name: Test with Mock Database
205
shell: bash
206
- env:
207
- GOCOUNT: ${{ runner.os == 'Windows' && 1 || 2 }}
208
- GOMAXPROCS: ${{ runner.os == 'Windows' && 1 || 2 }}
209
run: gotestsum --junitfile="gotests.xml" --packages="./..." --
210
-covermode=atomic -coverprofile="gotests.coverage"
211
-coverpkg=./...,github.com/coder/coder/codersdk
212
- -timeout=5m -count=$GOCOUNT -short -failfast
+ -timeout=5m -short -failfast
213
214
- name: Upload DataDog Trace
215
if: always() && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
0 commit comments