From d1f5d44c04d084ac96227096bd8a1f7791201b64 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Fri, 14 Jul 2023 19:54:38 +0100 Subject: Reenable pyo3 in the workspace list (#170) * Enable pyo3 back. * Adapt the CI. --- .github/workflows/rust-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 1f5b8c2e..2ca53b23 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check - args: --no-default-features --workspace --exclude candle-kernels + args: --workspace test: name: Test Suite @@ -43,7 +43,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test - args: --no-default-features --workspace --exclude candle-kernels + args: --workspace fmt: name: Rustfmt @@ -75,4 +75,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --no-default-features --workspace --exclude candle-kernels --tests --examples -- -D warnings + args: --workspace --tests --examples -- -D warnings -- cgit v1.2.3