]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .github/workflows/go.yml
Run Go CI test job on macos and windows
[btrtrc.git] / .github / workflows / go.yml
index 284b62b3d3033a922cc9943ecc36262b6fcf3e81..8a387906bb6fdcd636aad88a53d956bc4e287ec2 100644 (file)
@@ -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