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