X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgo.yml;h=8a387906bb6fdcd636aad88a53d956bc4e287ec2;hb=81e806a3d9dfc25199b6219896c59464bf2e917e;hp=284b62b3d3033a922cc9943ecc36262b6fcf3e81;hpb=e7087fde568c36b9e3951d0fd3c9114d8f40d437;p=btrtrc.git diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 284b62b3..8a387906 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,10 +6,11 @@ jobs: test: timeout-minutes: 30 - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: go-version: [ '1.20' ] + os: [windows-latest, macos-latest, ubuntu-latest] fail-fast: false steps: - uses: actions/checkout@v2