ci: make hypothesis explain failures
This commit is contained in:
parent
e7b1cca5c1
commit
141f7d3983
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Build wheels
|
||||
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
||||
- name: Python Tests
|
||||
run: RUST_BACKTRACE=1 pytest pyargus
|
||||
run: RUST_BACKTRACE=1 pytest pyargus --hypothesis-explain
|
||||
|
||||
linting:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue