ci: make hypothesis explain failures

This commit is contained in:
Anand Balakrishnan 2023-10-13 13:36:09 -07:00
parent e7b1cca5c1
commit 141f7d3983

View file

@ -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: