Skip to content

Commit

Permalink
use go test -skip to skip envtest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 29, 2024
1 parent fa14aad commit e60ff17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version-file: go.mod
cache-dependency-path: go.sum

- run: go test $(go list ./... | grep -v pkg/controller) -coverprofile cover.out
- run: go test ./... -skip 'TestTenantController' -coverprofile cover.out

"build":
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubewharf/kubezoo

go 1.18
go 1.20

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit e60ff17

Please sign in to comment.