Skip to content

Commit 05552eb

Browse files
committed
remove windows tests
1 parent 19e0e5a commit 05552eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: Test
33

44
jobs:
55
test:
6-
strategy:
7-
matrix:
8-
os: [ubuntu-latest, windows-latest]
9-
runs-on: ${{ matrix.os }}
6+
runs-on: ubuntu-latest
107
steps:
118
- name: Checkout code
129
uses: actions/checkout@v5
@@ -34,7 +31,6 @@ jobs:
3431
run: go test -v -race ./...
3532

3633
- name: Check formatting
37-
if: runner.os == 'Linux'
3834
run: |
3935
if [ -n "$(gofmt -l .)" ]; then
4036
echo "The following files are not formatted:"

0 commit comments

Comments
 (0)