Skip to content

Commit 5f0d473

Browse files
committed
[GitHub Actions]testで-raceを付けた場合にboltの部分でエラーとなるため外す
1 parent 5240559 commit 5f0d473

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v2
2222
- name: Test
23-
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
23+
run: go test -coverprofile="coverage.txt" -covermode=atomic ./...
2424
- name: Upload coverage
2525
uses: codecov/codecov-action@v1
2626
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
csvt.exe
22
dist/
3+
coverage.txt

0 commit comments

Comments
 (0)