We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b597b37 commit c814c08Copy full SHA for c814c08
tools/make/build-run-test.mk
@@ -41,7 +41,7 @@ test-semantic-router: build-router
41
42
# Test the Rust library and the Go binding
43
test: ## Run all tests (Go, Rust, binding)
44
-test: vet go-lint check-go-mod-tidy download-models test-binding test-semantic-router
+test: vet go-lint check-go-mod-tidy download-models-minimal test-binding test-semantic-router
45
46
# Clean built artifacts
47
clean: ## Clean built artifacts
0 commit comments