diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ede0d98..40733f41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,18 @@ build-wasm: - frontends/web/lib expire_in: 1 day +build-pyo3: + stage: build + parallel: + matrix: + - RUST_VERSION: ["1.74.0"] + script: + - rustup toolchain install $RUST_VERSION + - rustup override set $RUST_VERSION + - rustc --version + - cargo build --features python + - cargo build --release --features python + test-rust: stage: test parallel: