Skip to content

Commit

Permalink
ci: cross compile to windows to build-check the 'disabled' path
Browse files Browse the repository at this point in the history
  • Loading branch information
bearsh committed Sep 13, 2023
1 parent bcfcd07 commit 0ab1e45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ jobs:
- name: Test hidraw
run: go test -tags hidraw -v ./...
if: startsWith(matrix.os,'ubuntu')

- name: Cross compile to win (hid disabled)
run: GOOS=windows go build -v ./...
if: startsWith(matrix.os,'ubuntu')

0 comments on commit 0ab1e45

Please sign in to comment.