summaryrefslogtreecommitdiff
path: root/.github/workflows/test-win.yml
blob: 588399504f9a4c4e619d15beaf71797314a64fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "[Windows] Check build"

on: [ push, pull_request ]

jobs:
  build-lib:
    name: "[Windows] Build shared Go library"
    runs-on: windows-latest

    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-go@v3
        with:
          go-version: ^1.22
      - run: make