Merge pull request #1684 from Luap99/go-test

Makefile: simplify unit tests
This commit is contained in:
openshift-ci[bot] 2023-10-05 11:31:09 +00:00 committed by GitHub
commit abe07fd625
1 changed files with 2 additions and 4 deletions

View File

@ -98,10 +98,8 @@ test: test-unit
.PHONY: test-unit
test-unit: netavark-testplugin
go test --tags $(BUILDTAGS) -v ./libimage/...
go test --tags $(BUILDTAGS) -v ./libnetwork/...
go test --tags $(BUILDTAGS) -v ./pkg/...
go test --tags remote,seccomp,$(BUILDTAGS) -v ./pkg/...
go test --tags seccomp,$(BUILDTAGS) -v ./...
go test --tags remote,$(BUILDTAGS) -v ./pkg/config
.PHONY: codespell
codespell: