Skip to content

Commit

Permalink
ci: add windows and macos to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Siewert <tom.siewert@hetzner.com>
  • Loading branch information
tomsiewert committed May 6, 2022
1 parent 4c81bad commit 7828503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
platform: [ubuntu-latest]
go-version: [1.17.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{matrix.platform}}
steps:
- name: Set up Go ${{matrix.go-version}}
Expand Down

0 comments on commit 7828503

Please sign in to comment.