File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
run : make -j2 lib QUIET=1
36
36
- name : Run the regression tests.
37
37
shell : bash
38
- run : make test QUIET=1
38
+ run : make -j2 test QUIET=1
39
39
- name : Test that the samples can be built.
40
40
run : make -C samples platforms
41
41
- name : Test that the targettest programs can be built.
89
89
90
90
- name : Run the regression tests (make test)
91
91
shell : cmd
92
- run : make test QUIET=1 SHELL=cmd
92
+ run : make -j2 test QUIET=1 SHELL=cmd
Original file line number Diff line number Diff line change 59
59
run : make -j2 lib QUIET=1
60
60
- name : Run the regression tests.
61
61
shell : bash
62
- run : make test QUIET=1
62
+ run : make -j2 test QUIET=1
63
63
- name : Test that the samples can be built.
64
64
shell : bash
65
65
run : make -j2 samples
Original file line number Diff line number Diff line change 70
70
- name : Run the regression tests (make test)
71
71
if : steps.check-sha.outputs.cache-hit != 'true'
72
72
shell : cmd
73
- run : make test QUIET=1 SHELL=cmd
73
+ run : make -j2 test QUIET=1 SHELL=cmd
74
74
75
75
- name : Test that the samples can be built (make samples)
76
76
if : steps.check-sha.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments