Update test.yml

pull/282/head
Fenny 2020-04-20 22:24:57 +02:00
parent e13e19a90b
commit 5b3bd66011
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Security
run: go get github.com/securego/gosec/cmd/gosec; `go env GOPATH`/bin/gosec ./...
#- name: Security
# run: go get github.com/securego/gosec/cmd/gosec; `go env GOPATH`/bin/gosec ./...
- name: Test
run: go test -v
# is the syntax correct below?