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