Skip to content

Commit

Permalink
Merge pull request #229 from juanfont/kradalby-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby authored Nov 28, 2021
2 parents fa813bc + 2d2ae62 commit 1dc0081
Show file tree
Hide file tree
Showing 23 changed files with 476 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.16.3"
go-version: "1.17.3"

- name: Run Integration tests
run: go test -tags integration -timeout 30m
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.16.3" # The Go version to download (if necessary) and use.
go-version: "1.17.3" # The Go version to download (if necessary) and use.

# Install all the dependencies
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ test:
test_integration:
go test -tags integration -timeout 30m ./...

test_integration_cli:
go test -tags integration -v integration_cli_test.go integration_common_test.go

coverprofile_func:
go tool cover -func=coverage.out

Expand Down
Loading

0 comments on commit 1dc0081

Please sign in to comment.