Skip to content

Commit 89bff0f

Browse files
committed
fix(//tests): Forgot to change this path to modules
Tests still hang probably something like out of GPU mmeory need to pick the right settings for bazel to run them Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 3da4947 commit 89bff0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test_suite(
22
name = "tests",
33
tests = [
44
"//tests/core/converters:test_converters",
5-
"//tests/models:test_modules"
5+
"//tests/modules:test_modules"
66
],
77
)
88

0 commit comments

Comments
 (0)