]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Run Go CI test job on macos and windows
authorMatt Joiner <anacrolix@gmail.com>
Sat, 27 May 2023 00:46:24 +0000 (10:46 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 27 May 2023 14:41:34 +0000 (00:41 +1000)
.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