Skip to content

Commit 1b1d366

Browse files
committed
ci: re-enable normal integration tests on CI
Reenables normal integration tests. There weren't any before, so we had to comment out the CircleCI run command.
1 parent 67452e6 commit 1b1d366

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,7 @@ jobs:
472472
- *setup_bazel_binary
473473

474474
- run: yarn integration-tests:partial-ivy
475-
# TODO: Re-enable when there are integration tests that should run with Ivy.
476-
# Currently this command fails as there are no tests.
477-
# - run: yarn integration-tests
475+
- run: yarn integration-tests
478476
- run:
479477
name: Running size integration tests (failures are reported in Slack only).
480478
command: |

0 commit comments

Comments
 (0)