Skip to content

Commit

Permalink
[libshortfin] Remove env var (#172)
Browse files Browse the repository at this point in the history
With the change to call ctest directly, `--output-on-failure` was added
as a command line argument.
  • Loading branch information
marbre authored Sep 6, 2024
1 parent 3f383e1 commit 8e89540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_linux_x64_asan-libshortfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ jobs:
- name: Run ctest
if: ${{ !cancelled() }}
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
cd ${{ env.LIBSHORTFIN_DIR }}/build
ctest --timeout 30 --output-on-failure
Expand Down

0 comments on commit 8e89540

Please sign in to comment.