mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-04 23:14:19 +01:00
actions: enable unit tests in PR check
Right now we only run UTs for agent. We need to run it for *ALL* components. Fixes: #1538 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -642,7 +642,6 @@ go-test: $(GENERATED_FILES)
|
||||
go test -v -mod=vendor ./...
|
||||
|
||||
check-go-static:
|
||||
$(QUIET_CHECK)../../ci/static-checks.sh
|
||||
$(QUIET_CHECK)../../ci/go-no-os-exit.sh ./cli
|
||||
$(QUIET_CHECK)../../ci/go-no-os-exit.sh ./virtcontainers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user