Skip to content

Commit 11bd980

Browse files
committed
test: Remove max processes on Windows runner
This was added because the runner was running out of memory. It has potential to reduce our CI time significantly, so we'll see if it still happens.
1 parent d0aca86 commit 11bd980

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/coder.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ jobs:
203203

204204
- name: Test with Mock Database
205205
shell: bash
206-
env:
207-
GOCOUNT: ${{ runner.os == 'Windows' && 1 || 2 }}
208-
GOMAXPROCS: ${{ runner.os == 'Windows' && 1 || 2 }}
209206
run: gotestsum --junitfile="gotests.xml" --packages="./..." --
210207
-covermode=atomic -coverprofile="gotests.coverage"
211208
-coverpkg=./...,github.com/coder/coder/codersdk

0 commit comments

Comments
 (0)