mirror of https://github.com/jetkvm/kvm.git
build: add device-tests
This commit is contained in:
parent
51814dcc5e
commit
c6b05d4abe
|
@ -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
|
Loading…
Reference in New Issue