Skip to content

Commit ed8d898

Browse files
committed
Dont tee test
1 parent b0e6819 commit ed8d898

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
run: mkdir -p ${{ inputs.log-dir }}
4141
- name: Test
4242
run: |
43-
set -o pipefail
44-
cargo test --verbose 2>&1 | tee -a ${{ inputs.log-dir }}/test.log
43+
cargo test --verbose > ${{ inputs.log-dir }}/test.log 2>&1
4544
- name: Upload test
4645
if: ${{ success() || failure() }}
4746
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)