Skip to content

Commit 58f836c

Browse files
committed
fix adding timeout=30m to go test
1 parent ac68bb3 commit 58f836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
export PATH=$(go env GOPATH)/bin:${PATH}
4949
go install -v github.com/ory/go-acc@latest
50-
go-acc -timeout=30m --covermode=atomic -o=coverage.txt ./...
50+
go-acc --covermode=atomic -o=coverage.txt ./... -- -timeout=30m
5151
shell: bash
5252

5353
- name: Upload codecov

0 commit comments

Comments
 (0)