Set RUST_BACKTRACE=1 windows tests

This commit is contained in:
Alexander Niederbühl 2020-01-12 15:33:34 +01:00
parent 68726f9674
commit 0fcb19bfe6
1 changed files with 2 additions and 0 deletions

View File

@ -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