We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a5c64 commit 9e86653Copy full SHA for 9e86653
.github/workflows/test.yml
@@ -196,7 +196,7 @@ jobs:
196
- name: Print the binary path
197
run: go test -count=1 -v ./internal
198
199
- - run: go test -count=1 ./...
+ - run: go test -count=1 -shuffle=on ./...
200
201
merge:
202
needs:
Makefile
@@ -18,7 +18,7 @@ phar: vendor
18
19
test-%: %
20
PATH="$(shell pwd)/$*:$(shell echo $$PATH)" \
21
- go test -count=1 ./...
+ go test -count=1 -shuffle=on ./...
22
23
.PHONY: tests/data/versions
24
tests/data/versions: MAJORS := 5 7 8
0 commit comments