8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d7b984 + 4d53dd2 commit 8f1421eCopy full SHA for 8f1421e
.github/workflows/build.yml
@@ -52,9 +52,6 @@ jobs:
52
done
53
working-directory: tests
54
if: failure()
55
- - name: Test threads
56
- run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
57
- working-directory: tests
58
- name: Native Tests
59
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
60
0 commit comments