Skip to content

Commit 7a110eb

Browse files
author
Vic Shóstak
committed
Add timeout to GH action tests
1 parent b10e755 commit 7a110eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: actions/checkout@v2
3535

3636
- name: Test
37-
run: go test -v -cover -race ./...
37+
run: go test -v -cover -race -timeout 60s ./...

0 commit comments

Comments
 (0)