mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
github/workflows: Add workflow to build and test unix dev variant.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
12
.github/workflows/ports_unix.yml
vendored
12
.github/workflows/ports_unix.yml
vendored
@@ -51,6 +51,18 @@ jobs:
|
||||
if: failure()
|
||||
run: tests/run-tests.py --print-failures
|
||||
|
||||
dev:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: source tools/ci.sh && ci_unix_dev_build
|
||||
- name: Run main test suite
|
||||
run: source tools/ci.sh && ci_unix_dev_run_tests
|
||||
- name: Print failures
|
||||
if: failure()
|
||||
run: tests/run-tests.py --print-failures
|
||||
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user