update CI autoest for make build BOARD=k210
This commit is contained in:
parent
5eb679c1e6
commit
8e6f364ecc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/doc-and-test.yml
vendored
3
.github/workflows/doc-and-test.yml
vendored
|
@ -64,3 +64,6 @@ jobs:
|
||||||
- name: Run usertests
|
- name: Run usertests
|
||||||
run: cd os && make run TEST=1
|
run: cd os && make run TEST=1
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
|
- name: Build for k210
|
||||||
|
run: cd os && make build BOARD=k210
|
Loading…
Add table
Add a link
Reference in a new issue