Skip to content

Commit

Permalink
pretty format test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Jan 9, 2025
1 parent efb834f commit 8163b51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
else
cargo test --no-fail-fast --lib > result.txt
fi
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
cat result.txt >> $GITHUB_STEP_SUMMARY
shell: bash

- name: Format test results
uses: hahihula/rust-test-results-formatter@v1
with:
results-file: "result.txt"

0 comments on commit 8163b51

Please sign in to comment.