Merge pull request #2237 from jepler/no-threaded-tests
ci: don't run the "thread" tests
This commit is contained in:
commit
8f1421ea0b
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -52,9 +52,6 @@ jobs:
|
||||||
done
|
done
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
if: failure()
|
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
|
- name: Native Tests
|
||||||
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
|
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue