summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorlaurent <laurent.mazare@gmail.com>2023-06-21 14:50:52 +0100
committerlaurent <laurent.mazare@gmail.com>2023-06-21 14:50:52 +0100
commit7c317f9611c263f10d661b44151d3655a2fa3b90 (patch)
treeedb1b7daf3877d0e77f2caf68a236d17acfd0596 /.github
parent7adffafedab0db2e842b50b5f9fd734cc704544e (diff)
downloadcandle-7c317f9611c263f10d661b44151d3655a2fa3b90.tar.gz
candle-7c317f9611c263f10d661b44151d3655a2fa3b90.tar.bz2
candle-7c317f9611c263f10d661b44151d3655a2fa3b90.zip
cuda is not available on the CI so deactivate it.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml
index 0023f086..0cc49123 100644
--- a/.github/workflows/rust-ci.yml
+++ b/.github/workflows/rust-ci.yml
@@ -69,4 +69,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
- args: --tests --examples --all-features -- -D warnings
+ args: --tests --examples -- -D warnings