mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
parent
c54f60c3a7
commit
52c8353169
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -73,6 +73,11 @@ jobs:
|
||||
(cd .github/workflows/vettools; go install .)
|
||||
go vet -vettool=$(which vettools)${{ startsWith(matrix.os, 'windows-') && '.exe' || '' }} -tags=example -v ./...
|
||||
|
||||
- name: govulncheck
|
||||
if: ${{ !startsWith(matrix.go, '1.16.') && !startsWith(matrix.go, '1.17.') }}
|
||||
run: |
|
||||
go run golang.org/x/vuln/cmd/govulncheck@latest -tags=example ./...
|
||||
|
||||
- name: go build
|
||||
run: |
|
||||
go build -tags=example -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user