ulimit
does not affect another shell
This commit is contained in:
parent
12eb5734b3
commit
6e84af2fa9
13
.github/workflows/mjit.yml
vendored
13
.github/workflows/mjit.yml
vendored
@ -42,12 +42,17 @@ 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: ulimit -c unlimited
|
- run: |
|
||||||
- run: make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
ulimit -c unlimited
|
||||||
|
make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
- run: |
|
||||||
|
ulimit -c unlimited
|
||||||
|
make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
- run: |
|
||||||
|
ulimit -c unlimited
|
||||||
|
make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user