Skip to content

Commit 583de5f

Browse files
ai-edge-botcopybara-github
authored andcommitted
Re-enable full Bazel test suite on Linux.
LiteRT-PiperOrigin-RevId: 818824929
1 parent 8fc82ab commit 583de5f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/linux_x86_64.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,7 @@ jobs:
9191
9292
- name: Run bazel build on Linux
9393
run: |
94-
# bash ci/run_bazel_test_with_docker.sh
95-
# TODO(b/446718368): Re-enable the tests once we update our workflow with a custom runner.
96-
bazel test --disk_cache=~/.cache/bazel-linux \
97-
--config=linux \
98-
//litert/core:environment_test \
99-
//litert/core/model:model_test
94+
bash ci/run_bazel_test_with_docker.sh
10095
env:
10196
LITERT_TARGETS_ONLY: true
10297

0 commit comments

Comments
 (0)