mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
Remove the default features from the CI as cuda is not available.
This commit is contained in:
4
.github/workflows/rust-ci.yml
vendored
4
.github/workflows/rust-ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user