Merge pull request #31152 from TerryHowe/shuffling

feature: enable shuffle in Makefile for unit tests
pull/30811/merge
Robert Sirchia 1 month ago committed by GitHub
commit e4ca1fcee7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,7 +21,7 @@ ACCEPTANCE_RUN_TESTS=.
PKG := ./... PKG := ./...
TAGS := TAGS :=
TESTS := . TESTS := .
TESTFLAGS := TESTFLAGS := -shuffle=on -count=1
LDFLAGS := -w -s LDFLAGS := -w -s
GOFLAGS := GOFLAGS :=
CGO_ENABLED ?= 0 CGO_ENABLED ?= 0

Loading…
Cancel
Save