Skip to content

Commit 709c967

Browse files
committed
run govulncheck as separate job
1 parent faf757a commit 709c967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go-version: ${{ matrix.go-version }}
1515
- uses: actions/checkout@v3
1616
- run: go test ./...
17+
govulncheck:
18+
runs-on: ubuntu-latest
19+
steps:
1720
- uses: golang/govulncheck-action@v1
18-
with:
19-
go-version-input: ${{ matrix.go-version }}
20-
go-package: ./...

0 commit comments

Comments
 (0)