Skip to content

Commit 6986bec

Browse files
committed
Using quickwit-actors with the testsuite feature when running tests.
1 parent 15d6c6d commit 6986bec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quickwit/quickwit-janitor/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ quickwit-storage = { workspace = true }
4141
mockall = "0.11"
4242
tempfile = "3"
4343

44-
quickwit-common = { workspace = true }
44+
quickwit-common = { workspace = true, features = ["testsuite"] }
45+
quickwit-actors = { workspace = true, features = ["testsuite"] }
4546
quickwit-config = { workspace = true, features = ["testsuite"] }
4647
quickwit-indexing = { workspace = true, features = ["testsuite"] }
4748
quickwit-metastore = { workspace = true, features = ["testsuite"] }

0 commit comments

Comments
 (0)