You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
GitHub: run unit tests
This commit is contained in:
@@ -64,11 +64,16 @@ jobs:
|
||||
run: |
|
||||
./scripts/build_mpos.sh unix dev
|
||||
|
||||
- name: Run tests on unix dev
|
||||
- name: Run syntax tests on unix dev
|
||||
run: |
|
||||
./tests/check_syntax.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run unit tests on unix dev
|
||||
run: |
|
||||
./tests/unittest.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
@@ -33,11 +33,16 @@ jobs:
|
||||
run: |
|
||||
./scripts/build_mpos.sh macOS dev
|
||||
|
||||
- name: Run tests on macOS dev
|
||||
- name: Run syntax tests on macOS dev
|
||||
run: |
|
||||
./tests/check_syntax.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run unit tests on macOS dev
|
||||
run: |
|
||||
./tests/unittest.sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Upload built binary as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user