mirror of https://github.com/gofiber/fiber.git
Update test.yml
parent
e13e19a90b
commit
5b3bd66011
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue