Shuffle the tests, just in case (#2272)

This commit is contained in:
Julien Voisin
2023-03-23 01:12:12 +01:00
committed by GitHub
parent 3a6d2dcd49
commit 17e0cd5504
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
- name: Test
continue-on-error: ${{contains(matrix.go_version, 'beta') || contains(matrix.go_version, 'rc')}}
run: go test -race -cover ./... -v
run: go test -shuffle=on -race -cover ./... -v
js:
name: Build JS bundle