Skip to content

Commit

Permalink
run linters on macOS and Windows as well
Browse files Browse the repository at this point in the history
Mostly to catch if we correctly specified build-tags

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Mar 23, 2021
1 parent 115abcc commit 70c79cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
go-version: [1.16.x]
os: [ubuntu-18.04]
os: [ubuntu-18.04, macos-10.15, windows-2019]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 70c79cb

Please sign in to comment.