diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-25 11:58:15 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-25 11:58:15 +0100 |
| commit | 192280cb3940eac9ea4a4ad7982c1e58f0138a42 (patch) | |
| tree | 5721ebc50aab48cec5d8effd40abd5ecbe50ec00 | |
| parent | 855f1a93305d1eb95e91c29796b9112e199252f2 (diff) | |
Do not test on windows builds as we're using docker now
| -rw-r--r-- | .github/workflows/test-win.yml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index fa5473c..2b4900a 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -1,19 +1,8 @@ -name: "[Windows] Test & check build" +name: "[Windows] Check build" on: [ push, pull_request ] jobs: - test-go: - name: "[Windows] Test Go" - runs-on: windows-latest - - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 - with: - go-version: ^1.15 - - run: make test-go - build-lib: name: "[Windows] Build shared Go library" runs-on: windows-latest |
