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
|
.PHONY: test-unit
|
||||||
test-unit: netavark-testplugin
|
test-unit: netavark-testplugin
|
||||||
go test --tags $(BUILDTAGS) -v ./libimage/...
|
go test --tags seccomp,$(BUILDTAGS) -v ./...
|
||||||
go test --tags $(BUILDTAGS) -v ./libnetwork/...
|
go test --tags remote,$(BUILDTAGS) -v ./pkg/config
|
||||||
go test --tags $(BUILDTAGS) -v ./pkg/...
|
|
||||||
go test --tags remote,seccomp,$(BUILDTAGS) -v ./pkg/...
|
|
||||||
|
|
||||||
.PHONY: codespell
|
.PHONY: codespell
|
||||||
codespell:
|
codespell:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue