Skip to content

Commit bb6d557

Browse files
committed
fix windows runner issue
1 parent 3c0d71c commit bb6d557

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: go mod download
4646

4747
- name: Run tests
48+
shell: bash
4849
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
4950

5051
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)