Merge pull request #2237 from jepler/no-threaded-tests
ci: don't run the "thread" tests
This commit is contained in:
commit
8f1421ea0b
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…
x
Reference in New Issue
Block a user