1 parent a02de55 commit 8c7622aCopy full SHA for 8c7622a
2 files changed
.github/workflows/release.yaml
@@ -22,8 +22,11 @@ jobs:
22
go-version-file: 'go.mod'
23
24
- name: Go Test
25
+ env:
26
+ # Remove once this feature is stable in Go
27
+ GOEXPERIMENT: synctest
28
run: |
- go test -v ./...
29
+ go test -v ./...
30
31
goreleaser:
32
needs:
.github/workflows/test.yaml
@@ -22,5 +22,8 @@ jobs:
go test -v ./...
0 commit comments