Skip to content

Commit

Permalink
ci: always use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jan 29, 2024
1 parent e79c083 commit 588a62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: go build -o a

- name: Test
shell: bash
run: go test -timeout 1800s -v -race -coverprofile=coverage.txt -covermode=atomic -tags slow_test

- name: Codecov
Expand Down

0 comments on commit 588a62d

Please sign in to comment.