Skip to content

Commit

Permalink
add test backtraces
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Oct 20, 2024
1 parent 25f7a25 commit 936fdf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cargo Test
run: cargo test --verbose
run: |
echo "{RUST_BACKTRACE}={FULL}" >> "$GITHUB_ENV"
cargo test --verbose

0 comments on commit 936fdf5

Please sign in to comment.