We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18476cd commit 02fdbdfCopy full SHA for 02fdbdf
1 file changed
.github/workflows/ci.yml
@@ -27,9 +27,9 @@ jobs:
27
uses: Swatinem/rust-cache@v2
28
29
- name: Build
30
- run: cargo build --verbose --features pyo3
+ run: cargo build --verbose --features pyo3,jit,vortex
31
32
- name: Run Rust Tests
33
env:
34
RUST_BACKTRACE: 1
35
- run: cargo test --workspace --verbose --features pyo3
+ run: cargo test --workspace --verbose --features pyo3,jit,vortex
0 commit comments