Skip to content

Commit e36773a

Browse files
authored
Update ci.yaml (#29)
1 parent ac51d52 commit e36773a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run tests
7878
run: cargo nextest run -P ci --all-features --all-targets --no-fail-fast
7979
- name: Upload test report
80-
if: ${{ always() }}
80+
if: ${{ !cancelled() }}
8181
uses: actions/upload-artifact@v3
8282
with:
8383
name: junit-${{runner.os}}

0 commit comments

Comments
 (0)