This commit is contained in:
naiba
2021-09-04 12:19:59 +08:00
parent 2f3a6d2f0e
commit 5adef0c6a4
+4
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: