ci: get Rust backtrace for tests

This commit is contained in:
Anand Balakrishnan 2023-10-13 13:14:08 -07:00
parent 80cba615e8
commit 7591972481

View file

@ -40,11 +40,11 @@ jobs:
- name: Build
run: cargo build --release
- name: Rust Tests
run: cargo test --release
run: RUST_BACKTRACE=1 cargo test --release
- name: Build wheels
run: maturin develop --release --manifest-path pyargus/Cargo.toml
- name: Python Tests
run: pytest pyargus
run: RUST_BACKTRACE=1 pytest pyargus
linting:
strategy: