Skip to content

Commit

Permalink
Reduce tests output on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jun 19, 2024
1 parent cf1bf93 commit d53af83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ runs:
env:
ASAN_OPTIONS: alloc_dealloc_mismatch=0
run: |
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests-public -s
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests -s
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests-public
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests
- name: Test bit7z (Windows)
if: runner.os == 'Windows'
Expand All @@ -113,5 +113,5 @@ runs:
env:
ASAN_OPTIONS: alloc_dealloc_mismatch=0
run: |
${{ github.workspace }}\bin\${{ inputs.arch }}\bit7z-tests-public.exe -s
${{ github.workspace }}\bin\${{ inputs.arch }}\bit7z-tests.exe -s
${{ github.workspace }}\bin\${{ inputs.arch }}\bit7z-tests-public.exe
${{ github.workspace }}\bin\${{ inputs.arch }}\bit7z-tests.exe

0 comments on commit d53af83

Please sign in to comment.