Add platforms to CI
Verify if tests can run on different platforms
This commit is contained in:
parent
90e3711f5b
commit
5ab96ca1de
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue