Skip to content

Commit 02fdbdf

Browse files
committed
fix(ci): update build and test features to include jit and vortex
1 parent 18476cd commit 02fdbdf

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
30+
run: cargo build --verbose --features pyo3,jit,vortex
3131

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

0 commit comments

Comments
 (0)