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 e621388 commit 425362bCopy full SHA for 425362b
.github/workflows/run-tests.yml
@@ -53,9 +53,6 @@ jobs:
53
run: ./run-tests.py -j4 --print-failures
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
61
# if: matrix.test == 'all'
@@ -92,5 +89,4 @@ jobs:
92
89
- name: Set up external
93
90
uses: ./.github/actions/deps/external
94
91
- name: Run Zephyr build tests
95
96
run: make -C ports/zephyr-cp test
0 commit comments