update CI autoest for make build BOARD=k210

This commit is contained in:
Yu Chen 2022-06-23 21:53:30 +08:00
parent cc636058d4
commit 54e5b7f7c1

View File

@ -64,3 +64,6 @@ jobs:
- name: Run usertests
run: cd os && make run TEST=1
timeout-minutes: 10
- name: Build for k210
run: cd os && make build BOARD=k210