Different names instead of ulimit
This commit is contained in:
parent
5d8f227d0e
commit
4fe7f270ce
9
.github/workflows/mjit.yml
vendored
9
.github/workflows/mjit.yml
vendored
@ -42,15 +42,18 @@ jobs:
|
|||||||
- run: make $JOBS incs
|
- run: make $JOBS incs
|
||||||
- run: make $JOBS
|
- run: make $JOBS
|
||||||
- run: sudo make $JOBS -s install
|
- run: sudo make $JOBS -s install
|
||||||
- run: |
|
- name: Run test
|
||||||
|
run: |
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
- run: |
|
- name: Run test-all
|
||||||
|
run: |
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
- run: |
|
- name: Run test-spec
|
||||||
|
run: |
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user