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 6331256 commit f18e5dfCopy full SHA for f18e5df
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
# not all features are supported by docker yet, so we only run some of the tests
56
run: sudo ./scripts/test.py --worker_type=docker --test_filter=ping_test,numpy
57
- name: Test Python (SOCK)
58
- run: sudo ./scripts/test.py --worker_type=sock --test_filter=ping_test,recursive_kill,fork_bomb,max_alloc,stress_one_lambda,call_each_once_exec,install_tests
+ run: sudo ./scripts/test.py --worker_type=sock
59
timeout-minutes: 20
60
- name: Test Binaries (WebAssembly)
61
timeout-minutes: 10
0 commit comments