mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
.github/workflows: run static analysis on Windows
This condition was accidentally introduced at e505098e55
.
Updates #2287
This commit is contained in:
parent
6b537004ee
commit
aa055ea800
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -74,7 +74,6 @@ jobs:
|
|||||||
go vet -tags=example -v ./...
|
go vet -tags=example -v ./...
|
||||||
|
|
||||||
- name: go vet (atomic align, error check)
|
- name: go vet (atomic align, error check)
|
||||||
if: ${{ !startsWith(matrix.os, 'windows-') }} # TODO: Fix go vet errors on Windows. (#1306)
|
|
||||||
run: |
|
run: |
|
||||||
(cd .github/workflows/vettools; go install .)
|
(cd .github/workflows/vettools; go install .)
|
||||||
go vet -vettool=$(which vettools)${{ startsWith(matrix.os, 'windows-') && '.exe' || '' }} -tags=example -v ./...
|
go vet -vettool=$(which vettools)${{ startsWith(matrix.os, 'windows-') && '.exe' || '' }} -tags=example -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user