Skip to content

Commit 425362b

Browse files
committed
tweak test
1 parent e621388 commit 425362b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
run: ./run-tests.py -j4 --print-failures
5454
if: failure()
5555
working-directory: tests
56-
- name: Run Zephyr build tests
57-
if: matrix.test == 'all'
58-
run: make -C ports/zephyr-cp test
5956
# Not working after MicroPython v1.23 merge.
6057
# - name: Build native modules
6158
# if: matrix.test == 'all'
@@ -92,5 +89,4 @@ jobs:
9289
- name: Set up external
9390
uses: ./.github/actions/deps/external
9491
- name: Run Zephyr build tests
95-
if: matrix.test == 'all'
9692
run: make -C ports/zephyr-cp test

0 commit comments

Comments
 (0)