2424 run : source tools/ci.sh && ci_unix_minimal_run_tests
2525 - name : Print failures
2626 if : failure()
27- run : tests/run-tests --print-failures
27+ run : tests/run-tests.py --print-failures
2828
2929 reproducible :
3030 runs-on : ubuntu-latest
4949 run : source tools/ci.sh && ci_unix_standard_run_perfbench
5050 - name : Print failures
5151 if : failure()
52- run : tests/run-tests --print-failures
52+ run : tests/run-tests.py --print-failures
5353
5454 coverage :
5555 runs-on : ubuntu-latest
7676 github-token : ${{ secrets.GITHUB_TOKEN }}
7777 - name : Print failures
7878 if : failure()
79- run : tests/run-tests --print-failures
79+ run : tests/run-tests.py --print-failures
8080
8181 coverage_32bit :
8282 runs-on : ubuntu-latest
9494 run : source tools/ci.sh && ci_unix_coverage_32bit_run_native_mpy_tests
9595 - name : Print failures
9696 if : failure()
97- run : tests/run-tests --print-failures
97+ run : tests/run-tests.py --print-failures
9898
9999 nanbox :
100100 runs-on : ubuntu-latest
@@ -108,7 +108,7 @@ jobs:
108108 run : source tools/ci.sh && ci_unix_nanbox_run_tests
109109 - name : Print failures
110110 if : failure()
111- run : tests/run-tests --print-failures
111+ run : tests/run-tests.py --print-failures
112112
113113 float :
114114 runs-on : ubuntu-latest
@@ -120,7 +120,7 @@ jobs:
120120 run : source tools/ci.sh && ci_unix_float_run_tests
121121 - name : Print failures
122122 if : failure()
123- run : tests/run-tests --print-failures
123+ run : tests/run-tests.py --print-failures
124124
125125 stackless_clang :
126126 runs-on : ubuntu-20.04
@@ -134,7 +134,7 @@ jobs:
134134 run : source tools/ci.sh && ci_unix_stackless_clang_run_tests
135135 - name : Print failures
136136 if : failure()
137- run : tests/run-tests --print-failures
137+ run : tests/run-tests.py --print-failures
138138
139139 float_clang :
140140 runs-on : ubuntu-20.04
@@ -148,7 +148,7 @@ jobs:
148148 run : source tools/ci.sh && ci_unix_float_clang_run_tests
149149 - name : Print failures
150150 if : failure()
151- run : tests/run-tests --print-failures
151+ run : tests/run-tests.py --print-failures
152152
153153 settrace :
154154 runs-on : ubuntu-latest
@@ -160,7 +160,7 @@ jobs:
160160 run : source tools/ci.sh && ci_unix_settrace_run_tests
161161 - name : Print failures
162162 if : failure()
163- run : tests/run-tests --print-failures
163+ run : tests/run-tests.py --print-failures
164164
165165 settrace_stackless :
166166 runs-on : ubuntu-latest
@@ -172,7 +172,7 @@ jobs:
172172 run : source tools/ci.sh && ci_unix_settrace_stackless_run_tests
173173 - name : Print failures
174174 if : failure()
175- run : tests/run-tests --print-failures
175+ run : tests/run-tests.py --print-failures
176176
177177 macos :
178178 runs-on : macos-11.0
@@ -185,4 +185,4 @@ jobs:
185185 run : source tools/ci.sh && ci_unix_macos_run_tests
186186 - name : Print failures
187187 if : failure()
188- run : tests/run-tests --print-failures
188+ run : tests/run-tests.py --print-failures
0 commit comments