Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 4, 2024
1 parent 6390b6b commit 1528657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ jobs:
cargo test --all
cargo test --all --all-features
check-features:
check-features_pyo3_arrow:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
args:
- "-p pyo3-arrow --no-default-features"
- "--no-default-features"
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo check ${{ matrix.args }}
run: cd pyo3-arrow && cargo check ${{ matrix.args }}

0 comments on commit 1528657

Please sign in to comment.