summaryrefslogtreecommitdiff
path: root/.github/workflows/test-win.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-win.yml')
-rw-r--r--.github/workflows/test-win.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml
deleted file mode 100644
index 5883995..0000000
--- a/.github/workflows/test-win.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-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