1 parent d62ed72 commit 4584d96Copy full SHA for 4584d96
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,4 @@ jobs:
33
run: go vet ./...
34
35
- name: Test
36
- run: go test -race -count=1 ./...
37
-
38
- - name: Sandbox isolation stress
39
- run: go test -run 'TestRuntime_RestoreN_' -race -count=10 -shuffle=on -v .
+ run: go test -race -count=1 ./...
0 commit comments