Skip to content

Commit 0dd77a4

Browse files
authored
chore(ci): update ci to only test pyo3 feature
1 parent b410b26 commit 0dd77a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
uses: Swatinem/rust-cache@v2
2828

2929
- name: Build
30-
run: cargo build --verbose --features pyo3,jit,vortex
30+
run: cargo build --verbose --no-default-features
3131

3232
- name: Run Rust Tests
3333
env:
3434
RUST_BACKTRACE: 1
35-
run: cargo test --workspace --verbose --features pyo3,jit,vortex
35+
run: cargo test --workspace --verbose --no-default-features

0 commit comments

Comments
 (0)