Skip to content

Commit c814c08

Browse files
cryo-zdrootfs
andcommitted
chore: limit make test to minimal model download (vllm-project#472)
Signed-off-by: cryo <[email protected]> Co-authored-by: Huamin Chen <[email protected]> Signed-off-by: Huamin Chen <[email protected]>
1 parent b597b37 commit c814c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/build-run-test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test-semantic-router: build-router
4141

4242
# Test the Rust library and the Go binding
4343
test: ## Run all tests (Go, Rust, binding)
44-
test: vet go-lint check-go-mod-tidy download-models test-binding test-semantic-router
44+
test: vet go-lint check-go-mod-tidy download-models-minimal test-binding test-semantic-router
4545

4646
# Clean built artifacts
4747
clean: ## Clean built artifacts

0 commit comments

Comments
 (0)