Add platforms to CI

Verify if tests can run on different platforms
This commit is contained in:
Juan Calderon-Perez 2024-01-27 00:16:58 -05:00 committed by GitHub
parent 90e3711f5b
commit 5ab96ca1de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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