We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bad176 + b38fa45 commit 005f0f8Copy full SHA for 005f0f8
2 files changed
.github/workflows/build.yml
@@ -25,3 +25,5 @@ jobs:
25
26
- name: Test
27
run: make test
28
+ env:
29
+ GOGC: 50
Makefile
@@ -1,6 +1,6 @@
1
test:
2
go test ./...
3
- go test ./... -short -race
+ go test ./... -short -race -count=1 -timeout=5m
4
go test ./... -run=NONE -bench=. -benchmem
5
- env GOOS=linux GOARCH=386 go test ./...
+ env GOOS=linux GOARCH=386 go vet ./...
6
go vet
0 commit comments