ci: use yarn test-ivy-... (#26735)

This means that we use the same command to run test on CI as when developing locally.

PR Close #26735
This commit is contained in:
Igor Minar 2018-10-25 00:01:48 -07:00 committed by Matias Niemelä
parent 4b51d31aea
commit cb71b93351
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ jobs:
- run: bazel run @yarn//:yarn
- *setup_bazel_remote_execution
- run: bazel test //... --define=compile=jit --build_tag_filters=-no-ivy-jit,-fixme-ivy-jit --test_tag_filters=-no-ivy-jit,-fixme-ivy-jit
- run: yarn test-ivy-jit //...
test_ivy_aot:
<<: *job_defaults
@ -144,7 +144,7 @@ jobs:
- run: bazel run @yarn//:yarn
- *setup_bazel_remote_execution
- run: bazel test //... --define=compile=aot --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot
- run: yarn test-ivy-aot //...
test_aio:
<<: *job_defaults