Skip to content

Commit ced134e

Browse files
committed
feat: remove windows from tests because issue with cleanup TmpDir
1 parent dc184e1 commit ced134e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version: [dev-latest]
15-
os: [ubuntu-latest, windows-latest, macos-latest]
15+
os: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)