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 b0e6819 commit ed8d898Copy full SHA for ed8d898
.github/workflows/binaries.yml
@@ -40,8 +40,7 @@ jobs:
40
run: mkdir -p ${{ inputs.log-dir }}
41
- name: Test
42
run: |
43
- set -o pipefail
44
- cargo test --verbose 2>&1 | tee -a ${{ inputs.log-dir }}/test.log
+ cargo test --verbose > ${{ inputs.log-dir }}/test.log 2>&1
45
- name: Upload test
46
if: ${{ success() || failure() }}
47
uses: actions/upload-artifact@v4
0 commit comments