Skip to content

Commit

Permalink
skip tests on Windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 6, 2024
1 parent 903fa2f commit 78937d0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@ jobs:
- macos-12
- macos-11
- windows-2022
- windows-2019

# TODO:
# fix: exit status 0xc0000139
# TempDir RemoveAll cleanup: CreateFile C:\Users\RUNNER~1\AppData\Local\Temp\TestRemoveno_race3228270686\001: Access is denied.
# - windows-2019
go:
- "1.22"
- "1.21"
- "1.20"
- "1.19"
- "1.18"
- "1.17"
exclude:
# TODO: fix: exit status 0xc0000139
- os: windows-2019
go: "1.22"
- os: windows-2019
go: "1.21"
runs-on: ${{ matrix.os }}
steps:
- name: setup Go
Expand Down

0 comments on commit 78937d0

Please sign in to comment.