Skip to content

Commit 8e89540

Browse files
authored
[libshortfin] Remove env var (#172)
With the change to call ctest directly, `--output-on-failure` was added as a command line argument.
1 parent 3f383e1 commit 8e89540

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci_linux_x64_asan-libshortfin.yml

-2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ jobs:
164164
165165
- name: Run ctest
166166
if: ${{ !cancelled() }}
167-
env:
168-
CTEST_OUTPUT_ON_FAILURE: 1
169167
run: |
170168
cd ${{ env.LIBSHORTFIN_DIR }}/build
171169
ctest --timeout 30 --output-on-failure

0 commit comments

Comments
 (0)