Skip to content

Commit c08754d

Browse files
committed
ci fix
1 parent 3493156 commit c08754d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/components-rust/test-web-search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99
required-features = []
1010

1111
[features]
12-
default = []
12+
default = ["google"]
1313
google = []
1414
brave = []
1515
tavily = []

test/components-rust/test-web-search/golem.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ components:
170170
- src/bindings.rs
171171

172172

173-
defaultProfile: google-debug
174173

175174
dependencies:
176175
test:web-search:

0 commit comments

Comments
 (0)