Skip to content

Commit 0b92b34

Browse files
committed
Merge branch 'master' of github.com:nxadm/tail
2 parents af851de + 6e33b28 commit 0b92b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Test
20-
run: go test -race -v ./...
20+
run: go test -race -v -timeout 2m ./...
2121
- name: Build lib
2222
run: go build
2323
- name: Build cmd

0 commit comments

Comments
 (0)