Merge pull request #1684 from Luap99/go-test
Makefile: simplify unit tests
This commit is contained in:
commit
abe07fd625
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue