This commit is contained in:
naiba 2021-09-04 12:19:59 +08:00
parent 3f76e700d2
commit e822af297f

View File

@ -16,6 +16,10 @@ jobs:
- name: Unit test
run: |
go test -v ./...
- name: Build test
run: |
go build cmd/dashboard/main.go
go build cmd/agent/main.go
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with: