Merge pull request #2766 from YchauWang/wyc-runtime-cmd

runtime: fix the make check-go-static command error
This commit is contained in:
Carlos Venegas 2021-09-29 10:53:02 -05:00 committed by GitHub
commit 7183de47df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -611,7 +611,7 @@ go-test: $(GENERATED_FILES)
go test -v -mod=vendor ./...
check-go-static:
$(QUIET_CHECK)../../ci/go-no-os-exit.sh ./cli
$(QUIET_CHECK)../../ci/go-no-os-exit.sh ./cmd/kata-runtime
$(QUIET_CHECK)../../ci/go-no-os-exit.sh ./virtcontainers
coverage: