Skip to content

Commit

Permalink
[GitHub Actions]testで-raceを付けた場合にboltの部分でエラーとなるため外す
Browse files Browse the repository at this point in the history
  • Loading branch information
onozaty committed Jul 10, 2021
1 parent 5240559 commit 5f0d473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
run: go test -coverprofile="coverage.txt" -covermode=atomic ./...
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
csvt.exe
dist/
coverage.txt

0 comments on commit 5f0d473

Please sign in to comment.