Set RUST_BACKTRACE=1 windows tests
This commit is contained in:
parent
68726f9674
commit
0fcb19bfe6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue