Skip to content

Commit 37d7f34

Browse files
committed
temporarily disable shuffle
Signed-off-by: rbroggi <ro_broggi@hotmail.com>
1 parent b643c12 commit 37d7f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif
3434
GOOS ?= $(shell go env GOOS)
3535
GOARCH ?= $(shell go env GOARCH)
3636
GOBUILD=CGO_ENABLED=0 installsuffix=cgo go build -trimpath
37-
GOTEST=go test -v $(RACE) -shuffle=on
37+
GOTEST=go test -v $(RACE)
3838
GOFMT=gofmt
3939
FMT_LOG=.fmt.log
4040
IMPORT_LOG=.import.log

0 commit comments

Comments
 (0)