Skip to content

Commit 92c4c15

Browse files
committed
improve: fork runtime
1 parent c55dc9e commit 92c4c15

7 files changed

Lines changed: 1572 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ jobs:
3434

3535
- name: Test
3636
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 .

0 commit comments

Comments
 (0)