Skip to content

Commit

Permalink
Add platforms to CI
Browse files Browse the repository at this point in the history
Verify if tests can run on different platforms
  • Loading branch information
gaby authored Jan 27, 2024
1 parent 90e3711 commit 5ab96ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
strategy:
matrix:
go-version:
- oldstable
- stable
- 1.20.x
- 1.21.x
platform:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Fetch Repository
Expand Down

0 comments on commit 5ab96ca

Please sign in to comment.