Skip to content

Commit ffed8bb

Browse files
committed
fix(gihub): get tests running on windows
Signed-off-by: Fred Myerscough <oniice@gmail.com>
1 parent cf365f0 commit ffed8bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
go-version-file: 'go.mod'
4040

4141
- name: Run tests with coverage
42+
shell: bash
4243
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
4344

4445
- name: Upload coverage report

0 commit comments

Comments
 (0)