Skip to content

Commit d2729f3

Browse files
committed
HACK - run go tests
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent ae3a217 commit d2729f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ jobs:
239239

240240
test-go:
241241
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xl' || matrix.os == 'windows-2019' && github.repository_owner == 'coder' && 'windows-latest-8-cores' || matrix.os }}
242-
needs: changes
243-
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
242+
#needs: changes
243+
#if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
244244
timeout-minutes: 20
245245
strategy:
246246
fail-fast: false
@@ -311,8 +311,8 @@ jobs:
311311

312312
test-go-pg:
313313
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
314-
needs: changes
315-
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
314+
#needs: changes
315+
#if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
316316
# This timeout must be greater than the timeout set by `go test` in
317317
# `make test-postgres` to ensure we receive a trace of running
318318
# goroutines. Setting this to the timeout +5m should work quite well
@@ -363,8 +363,8 @@ jobs:
363363

364364
test-go-race:
365365
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
366-
needs: changes
367-
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
366+
#needs: changes
367+
#if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
368368
timeout-minutes: 25
369369
steps:
370370
- name: Checkout

0 commit comments

Comments
 (0)