From de1f612645aa2c7a411fc6659bbfe0c6482766c1 Mon Sep 17 00:00:00 2001 From: laurent Date: Mon, 26 Jun 2023 20:56:13 +0100 Subject: Remove the default features from the CI as cuda is not available. --- .github/workflows/rust-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index bfc68412..9e0ec89b 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -20,6 +20,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check + args: --no-default-features test: name: Test Suite @@ -38,6 +39,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test + args: --no-default-features fmt: name: Rustfmt @@ -69,4 +71,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --tests --examples -- -D warnings + args: --no-default-features --tests --examples -- -D warnings -- cgit v1.2.3