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 25, 2021
1 parent d7380cc commit f6abba5
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 f6abba5

Please sign in to comment.