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 c063709 commit 3e28f83Copy full SHA for 3e28f83
2 files changed
.github/workflows/test.yml
@@ -158,7 +158,7 @@ jobs:
158
- name: Print the binary path
159
run: go test -count=1 -v ./internal
160
161
- - run: go test -count=1 ./...
+ - run: go test -count=1 -shuffle=on ./...
162
163
merge:
164
needs:
Makefile
@@ -15,4 +15,4 @@ phar: vendor
15
16
test-%: %
17
export PATH="$(shell pwd)/$*:$(shell echo $$PATH)" && \
18
- go test -count=1 ./...
+ go test -count=1 -shuffle=on ./...
0 commit comments