Skip to content

Commit

Permalink
increase timeout golang linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arminc committed May 23, 2020
1 parent 9e7b8d6 commit 6286440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0

- name: Run test steps
run: ./test.sh -d
run: ./test.sh -a

# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 6286440

Please sign in to comment.