Skip to content

Commit 87822f3

Browse files
authored
chore: Update all-tests target in Makefile (#5130)
Removed 'alias-tests' from the all-tests target in Makefile which has been removed in #4965.
1 parent 3089e22 commit 87822f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ run-api-server-test:
112112
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)
113113

114114
# TODO: API integration tests.
115-
all-tests: lib-tests worker-tests importer-tests alias-tests recoverer-tests website-tests vulnfeed-tests bindings-tests go-tests
115+
all-tests: lib-tests worker-tests importer-tests recoverer-tests website-tests vulnfeed-tests bindings-tests go-tests

0 commit comments

Comments
 (0)