From c2edaf83eb087e710c9b7c7f0f15c87cca3bb9d3 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 27 Jun 2023 13:53:23 +0200 Subject: Ignoring candle-kernels during 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 9e0ec89b..5ac88a3e 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check - args: --no-default-features + args: --no-default-features --workspace --exclude candle-kernels test: name: Test Suite @@ -39,7 +39,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test - args: --no-default-features + args: --no-default-features --workspace --exclude candle-kernels fmt: name: Rustfmt @@ -71,4 +71,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --no-default-features --tests --examples -- -D warnings + args: --no-default-features --workspace --exclude candle-kernels --tests --examples -- -D warnings -- cgit v1.2.3