Skip to content

Commit

Permalink
temporarily disable shuffle
Browse files Browse the repository at this point in the history
Signed-off-by: rbroggi <[email protected]>
  • Loading branch information
rbroggi committed Oct 31, 2021
1 parent b643c12 commit 37d7f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
GOBUILD=CGO_ENABLED=0 installsuffix=cgo go build -trimpath
GOTEST=go test -v $(RACE) -shuffle=on
GOTEST=go test -v $(RACE)
GOFMT=gofmt
FMT_LOG=.fmt.log
IMPORT_LOG=.import.log
Expand Down

0 comments on commit 37d7f34

Please sign in to comment.