diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1541f5..29fad09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: