Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nxadm/tail
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Nov 2, 2021
2 parents af851de + 6e33b28 commit 0b92b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Test
run: go test -race -v ./...
run: go test -race -v -timeout 2m ./...
- name: Build lib
run: go build
- name: Build cmd
Expand Down

0 comments on commit 0b92b34

Please sign in to comment.