Skip to content

Commit

Permalink
fix(//tests): Forgot to change this path to modules
Browse files Browse the repository at this point in the history
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 <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
  • Loading branch information
narendasan committed Mar 22, 2020
1 parent 3da4947 commit 89bff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BUILD
Expand Up @@ -2,7 +2,7 @@ test_suite(
name = "tests",
tests = [
"//tests/core/converters:test_converters",
"//tests/models:test_modules"
"//tests/modules:test_modules"
],
)

0 comments on commit 89bff0f

Please sign in to comment.