mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
add -j2 to make test invocations
This commit is contained in:
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
run: make -j2 lib QUIET=1
|
run: make -j2 lib QUIET=1
|
||||||
- name: Run the regression tests.
|
- name: Run the regression tests.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make test QUIET=1
|
run: make -j2 test QUIET=1
|
||||||
- name: Test that the samples can be built.
|
- name: Test that the samples can be built.
|
||||||
run: make -C samples platforms
|
run: make -C samples platforms
|
||||||
- name: Test that the targettest programs can be built.
|
- name: Test that the targettest programs can be built.
|
||||||
@@ -89,4 +89,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run the regression tests (make test)
|
- name: Run the regression tests (make test)
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: make test QUIET=1 SHELL=cmd
|
run: make -j2 test QUIET=1 SHELL=cmd
|
||||||
|
@@ -59,7 +59,7 @@ jobs:
|
|||||||
run: make -j2 lib QUIET=1
|
run: make -j2 lib QUIET=1
|
||||||
- name: Run the regression tests.
|
- name: Run the regression tests.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make test QUIET=1
|
run: make -j2 test QUIET=1
|
||||||
- name: Test that the samples can be built.
|
- name: Test that the samples can be built.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 samples
|
run: make -j2 samples
|
||||||
|
2
.github/workflows/windows-test-scheduled.yml
vendored
2
.github/workflows/windows-test-scheduled.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Run the regression tests (make test)
|
- name: Run the regression tests (make test)
|
||||||
if: steps.check-sha.outputs.cache-hit != 'true'
|
if: steps.check-sha.outputs.cache-hit != 'true'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: make test QUIET=1 SHELL=cmd
|
run: make -j2 test QUIET=1 SHELL=cmd
|
||||||
|
|
||||||
- name: Test that the samples can be built (make samples)
|
- name: Test that the samples can be built (make samples)
|
||||||
if: steps.check-sha.outputs.cache-hit != 'true'
|
if: steps.check-sha.outputs.cache-hit != 'true'
|
||||||
|
Reference in New Issue
Block a user