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.
1 parent 51964da commit f27c231Copy full SHA for f27c231
.github/workflows/run-tests.yml
@@ -54,6 +54,7 @@ jobs:
54
if: failure()
55
working-directory: tests
56
- name: Run Zephyr build tests
57
+ if: matrix.test == 'all'
58
run: make -C ports/zephyr-cp test
59
# Not working after MicroPython v1.23 merge.
60
# - name: Build native modules
requirements-dev.txt
@@ -41,3 +41,4 @@ setuptools
41
42
# For zephyr port
43
tomlkit
44
+pytest
0 commit comments