summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-10-23 13:31:57 -0400
committerGitHub <noreply@github.com>2019-10-23 13:31:57 -0400
commit8f1421ea0b07976b66630fa2bc04c552afed2aa3 (patch)
tree40ab044b8f4a14f03c26754827eeee9886dfe0d5
parent9d7b984f3bfe15c5747dd7254172d7f1975c5d80 (diff)
parent4d53dd29a39a79aaa14b3322416ea0ec28e62077 (diff)
Merge pull request #2237 from jepler/no-threaded-tests
ci: don't run the "thread" tests
-rw-r--r--.github/workflows/build.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f3c610b87..c8af91d0a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,9 +52,6 @@ jobs:
done
working-directory: tests
if: failure()
- - name: Test threads
- run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
- working-directory: tests
- name: Native Tests
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
working-directory: tests