From dc0ce5ada41b5a0069cbe0a1a94b0a3ff0849823 Mon Sep 17 00:00:00 2001 From: Xueqin Cui <72771658+cuixq@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:14:18 +1100 Subject: [PATCH] Update all-tests target in Makefile Removed 'alias-tests' from the all-tests target in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 098ac5cb511..1f5564166b8 100644 --- a/Makefile +++ b/Makefile @@ -112,4 +112,4 @@ run-api-server-test: cd gcp/api && $(install-cmd) && GOOGLE_CLOUD_PROJECT=oss-vdb-test OSV_VULNERABILITIES_BUCKET=osv-test-vulnerabilities $(run-cmd) python test_server.py $(HOME)/.config/gcloud/application_default_credentials.json $(ARGS) # TODO: API integration tests. -all-tests: lib-tests worker-tests importer-tests alias-tests recoverer-tests website-tests vulnfeed-tests bindings-tests go-tests +all-tests: lib-tests worker-tests importer-tests recoverer-tests website-tests vulnfeed-tests bindings-tests go-tests