Skip to content

Commit

Permalink
Always publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Dec 19, 2023
1 parent 2ff755f commit 9f989fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
--keep-only "src/*" --keep-only "tests/*" --output-types lcov,markdown,html
cat target/tmp/markdown.md
- uses: actions/upload-artifact@v3
if: always()
with:
name: artifacts-linux-${{ matrix.toolchain }}
path: target/tmp/*
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
- run: cargo build --features use-rsvg
- run: cargo test --features use-rsvg
- uses: actions/upload-artifact@v3
if: always()
with:
name: artifacts-windows-gnu
path: target/tmp/*
Expand Down

0 comments on commit 9f989fd

Please sign in to comment.