ci: get Rust backtrace for tests
This commit is contained in:
parent
80cba615e8
commit
7591972481
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue