File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
- make ${MAKEOPTS} -C mpy-cross
74
74
- make ${MAKEOPTS} -C ports/unix submodules
75
75
- make ${MAKEOPTS} -C ports/unix deplibs
76
- - make ${MAKEOPTS} -C ports/unix coverage
76
+ - make ${MAKEOPTS} -C ports/unix VARIANT= coverage
77
77
# run the main test suite
78
78
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests)
79
79
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -d thread)
@@ -157,7 +157,7 @@ jobs:
157
157
- make ${MAKEOPTS} -C mpy-cross PYTHON=python2
158
158
- make ${MAKEOPTS} -C ports/unix submodules
159
159
- make ${MAKEOPTS} -C ports/unix PYTHON=python2 deplibs
160
- - make ${MAKEOPTS} -C ports/unix PYTHON=python2 nanbox
160
+ - make ${MAKEOPTS} -C ports/unix PYTHON=python2 VARIANT= nanbox
161
161
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_nanbox ./run-tests)
162
162
163
163
# unix stackless
You can’t perform that action at this time.
0 commit comments