Skip to content

Commit 0b924fa

Browse files
TEST: run less test in parallel (OOM)
1 parent 432e0c8 commit 0b924fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
ASAN_OPTIONS: detect_leaks=1:detect_stack_use_after_return=1
9999
UBSAN_OPTIONS: print_stacktrace=1
100100
TERM: xterm
101-
run: . .venv/bin/activate && make -C test -j RUNFLAGS='-c -t 60'
101+
run: . .venv/bin/activate && make -C test -j50 RUNFLAGS='-c -t 60'
102102

103103
- name: Print failure logs
104104
if: failure()

0 commit comments

Comments
 (0)