Skip to content

Commit

Permalink
Merge pull request #726 from Alexander-N/rust-backtrace
Browse files Browse the repository at this point in the history
Set RUST_BACKTRACE=1 in windows tests
  • Loading branch information
kngwyu authored Jan 13, 2020
2 parents 90b88e1 + 0fcb19b commit fd92a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
pip install setuptools-rust pytest pytest-benchmark tox tox-venv
- name: Test
run: ci/actions/test
env:
RUST_BACKTRACE: 1

0 comments on commit fd92a59

Please sign in to comment.