mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Ignoring candle-kernels during CI.
This commit is contained in:
6
.github/workflows/rust-ci.yml
vendored
6
.github/workflows/rust-ci.yml
vendored
@ -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
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
members = [
|
||||
"candle-core",
|
||||
"candle-kernels",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user