3838 run : |
3939 ./scripts/tests func --check-namespace
4040 quickcheck :
41- if : ${{ false }}
4241 strategy :
4342 fail-fast : false
4443 matrix :
7372 run : |
7473 ./scripts/tests func --check-namespace
7574 quickcheck-acvp :
76- if : ${{ false }}
7775 strategy :
7876 fail-fast : false
7977 matrix :
9997 run : |
10098 ./scripts/tests acvp --version ${{ matrix.acvp-version }}
10199 quickcheck_bench :
102- if : ${{ false }}
103100 strategy :
104101 fail-fast : false
105102 matrix :
@@ -147,7 +144,6 @@ jobs:
147144 make clean
148145 ./scripts/tests bench --components -c NO
149146 quickcheck-c90 :
150- if : ${{ false }}
151147 strategy :
152148 fail-fast : false
153149 matrix :
@@ -184,7 +180,6 @@ jobs:
184180 run : |
185181 ./scripts/tests bench --components -c NO --cflags="-std=c90"
186182 quickcheck-windows :
187- if : ${{ false }}
188183 strategy :
189184 fail-fast : false
190185 matrix :
@@ -201,7 +196,6 @@ jobs:
201196 cl
202197 nmake /f ./Makefile.Microsoft_nmake quickcheck
203198 quickcheck-windows-mingw-w64 :
204- if : ${{ false }}
205199 strategy :
206200 fail-fast : false
207201 matrix :
@@ -222,7 +216,6 @@ jobs:
222216 CC=gcc OPT=1 make quickcheck
223217 quickcheck-lib :
224218 name : Quickcheck lib
225- if : ${{ false }}
226219 strategy :
227220 matrix :
228221 system : [macos-latest, macos-15-intel, ubuntu-latest, ubuntu-24.04-arm]
@@ -234,7 +227,6 @@ jobs:
234227 make lib
235228 examples :
236229 name : Examples
237- if : ${{ false }}
238230 strategy :
239231 matrix :
240232 system : [macos-latest, macos-15-intel, ubuntu-latest, ubuntu-24.04-arm]
@@ -275,7 +267,6 @@ jobs:
275267 run : |
276268 CFLAGS="-O0" make run -C examples/multilevel_build_native
277269 simpasm :
278- if : ${{ false }}
279270 strategy :
280271 fail-fast : false
281272 matrix :
@@ -304,7 +295,6 @@ jobs:
304295 OPT=1 make quickcheck
305296 x86_64_intel_syntax :
306297 name : x86_64 Intel syntax
307- if : ${{ false }}
308298 runs-on : ubuntu-latest
309299 steps :
310300 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -318,7 +308,6 @@ jobs:
318308 make clean
319309 ./scripts/tests all
320310 scan-build :
321- if : ${{ false }}
322311 strategy :
323312 fail-fast : false
324313 matrix :
@@ -342,7 +331,6 @@ jobs:
342331 make clean >/dev/null
343332 scan-build --status-bugs make quickcheck OPT=1
344333 symlink-check :
345- if : ${{ false }}
346334 runs-on : ubuntu-latest
347335 steps :
348336 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments