Skip to content

Commit 3e28f83

Browse files
authored
Shuffle go tests (#27)
1 parent c063709 commit 3e28f83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Print the binary path
159159
run: go test -count=1 -v ./internal
160160

161-
- run: go test -count=1 ./...
161+
- run: go test -count=1 -shuffle=on ./...
162162

163163
merge:
164164
needs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ phar: vendor
1515

1616
test-%: %
1717
export PATH="$(shell pwd)/$*:$(shell echo $$PATH)" && \
18-
go test -count=1 ./...
18+
go test -count=1 -shuffle=on ./...

0 commit comments

Comments
 (0)