Skip to content

Commit c6b05d4

Browse files
committed
build: add device-tests
1 parent 51814dc commit c6b05d4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Run tests
3636
run: |
3737
go test ./... -json > testreport.json
38+
- name: Make test cases
39+
run: |
40+
make build_dev_test
3841
- name: Golang Test Report
3942
uses: becheran/[email protected]
4043
with:
@@ -43,4 +46,6 @@ jobs:
4346
uses: actions/upload-artifact@v4
4447
with:
4548
name: jetkvm-app
46-
path: bin/jetkvm_app
49+
path: |
50+
bin/jetkvm_app
51+
device-tests.tar.gz

0 commit comments

Comments
 (0)