From 046c96a3f166be7c9c258ee80ba23eaae9e2cda7 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 25 Oct 2018 00:01:48 -0700 Subject: [PATCH] ci: use yarn test-ivy-... (#26735) (#26788) This means that we use the same command to run test on CI as when developing locally. PR Close #26735 PR Close #26788 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ab290ca26..b98160dc23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,7 +133,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 @@ -148,7 +148,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