Skip to content

Commit 7f8516a

Browse files
committed
chore: remove windows tests
Signed-off-by: Donnie Adams <[email protected]>
1 parent 7fbe589 commit 7f8516a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ on:
1616

1717
jobs:
1818
test:
19-
runs-on: ${{ matrix.os }}
20-
strategy:
21-
matrix:
22-
os: [ubuntu-22.04, windows-latest]
19+
runs-on: ubuntu-22.04
2320
steps:
2421
- uses: actions/checkout@v4
2522
with:
@@ -29,7 +26,6 @@ jobs:
2926
cache: false
3027
go-version: "1.23"
3128
- name: Validate
32-
if: matrix.os == 'ubuntu-22.04'
3329
run: make validate
3430
- name: Build
3531
run: make build

0 commit comments

Comments
 (0)