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
|
- name: Build wheels
|
||||||
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
run: maturin develop --release --manifest-path pyargus/Cargo.toml
|
||||||
- name: Python Tests
|
- name: Python Tests
|
||||||
run: RUST_BACKTRACE=1 pytest pyargus
|
run: RUST_BACKTRACE=1 pytest pyargus --hypothesis-explain
|
||||||
|
|
||||||
linting:
|
linting:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue