Why bother running tests on mac and windows?

This commit is contained in:
Melon 2023-06-05 00:10:01 +01:00
parent ee2f1e9d5a
commit 80a03709d3
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -4,9 +4,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
go-version: 1.20.x
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with: