mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
build: add device-tests
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -35,6 +35,9 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
go test ./... -json > testreport.json
|
go test ./... -json > testreport.json
|
||||||
|
- name: Make test cases
|
||||||
|
run: |
|
||||||
|
make build_dev_test
|
||||||
- name: Golang Test Report
|
- name: Golang Test Report
|
||||||
uses: becheran/go-testreport@v0.3.2
|
uses: becheran/go-testreport@v0.3.2
|
||||||
with:
|
with:
|
||||||
@@ -43,4 +46,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: jetkvm-app
|
name: jetkvm-app
|
||||||
path: bin/jetkvm_app
|
path: |
|
||||||
|
bin/jetkvm_app
|
||||||
|
device-tests.tar.gz
|
||||||
Reference in New Issue
Block a user