Skip to content

Commit 8f1421e

Browse files
authored
Merge pull request #2237 from jepler/no-threaded-tests
ci: don't run the "thread" tests
2 parents 9d7b984 + 4d53dd2 commit 8f1421e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
done
5353
working-directory: tests
5454
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
5855
- name: Native Tests
5956
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
6057
working-directory: tests

0 commit comments

Comments
 (0)