mirror of https://github.com/jetkvm/kvm.git
chore: run go test on github actions
This commit is contained in:
parent
606e0769f9
commit
301556868d
|
@ -32,6 +32,13 @@ jobs:
|
||||||
- name: Build application
|
- name: Build application
|
||||||
run: |
|
run: |
|
||||||
make build_dev
|
make build_dev
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
go test ./... -json > testreport.json
|
||||||
|
- name: Golang Test Report
|
||||||
|
uses: becheran/go-testreport@v0.3.2
|
||||||
|
with:
|
||||||
|
output: "testreport.json"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue