Skip to content

Commit

Permalink
Merge pull request #44 from shogo82148/refactor-integrated-test
Browse files Browse the repository at this point in the history
Refactor code to improve performance and readability
  • Loading branch information
shogo82148 committed Mar 6, 2024
2 parents e3276b6 + 78937d0 commit 127bc5f
Show file tree
Hide file tree
Showing 5 changed files with 1,136 additions and 1,557 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
Loading

0 comments on commit 127bc5f

Please sign in to comment.