File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ jobs:
118118 - name : Build test
119119 run : |
120120 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
121- make -j$(nproc) testrunner HAVE_RULES=yes CXXOPTS="-w"
121+ make -j$(nproc) HAVE_RULES=yes CXXOPTS="-w" testrunner
122122
123123 - name : Run test
124124 run : |
125- make -j$(nproc) check HAVE_RULES=yes
125+ make -j$(nproc) HAVE_RULES=yes check
126126
127127 # requires python3
128128 - name : Run extra tests
Original file line number Diff line number Diff line change @@ -419,11 +419,11 @@ jobs:
419419 - name : Build test
420420 run : |
421421 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
422- make -j$(nproc) testrunner HAVE_RULES=yes
422+ make -j$(nproc) HAVE_RULES=yes testrunner
423423
424424 - name : Run test
425425 run : |
426- make -j$(nproc) check HAVE_RULES=yes
426+ make -j$(nproc) HAVE_RULES=yes check
427427
428428 # requires "gnu-sed" installed on macos
429429 - name : Run extra tests
Original file line number Diff line number Diff line change 4343 - name : Compile instrumented
4444 run : |
4545 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
46- make -j$(nproc) all CXXOPTS="-g -fprofile-arcs -ftest-coverage" HAVE_RULES=yes
46+ make -j$(nproc) CXXOPTS="-g -fprofile-arcs -ftest-coverage" HAVE_RULES=yes all
4747
4848 - name : Run instrumented tests
4949 run : |
Original file line number Diff line number Diff line change 4646 - name : Build test
4747 run : |
4848 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
49- CXXOPTS="-O1 -g -w -DHAVE_BOOST" make -j$(nproc) testrunner HAVE_RULES=yes MATCHCOMPILER=yes
49+ make -j$(nproc) CXXOPTS="-O1 -g -w -DHAVE_BOOST" HAVE_RULES=yes MATCHCOMPILER=yes testrunner
5050
5151 - name : Run valgrind
5252 run : |
You can’t perform that action at this time.
0 commit comments