We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc82ab commit 583de5fCopy full SHA for 583de5f
.github/workflows/linux_x86_64.yml
@@ -91,12 +91,7 @@ jobs:
91
92
- name: Run bazel build on Linux
93
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
+ bash ci/run_bazel_test_with_docker.sh
100
env:
101
LITERT_TARGETS_ONLY: true
102
0 commit comments