Skip to content

Commit fd92a59

Browse files
authored
Merge pull request #726 from Alexander-N/rust-backtrace
Set RUST_BACKTRACE=1 in windows tests
2 parents 90b88e1 + 0fcb19b commit fd92a59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
pip install setuptools-rust pytest pytest-benchmark tox tox-venv
3232
- name: Test
3333
run: ci/actions/test
34+
env:
35+
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)