mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +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
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --no-default-features
|
args: --no-default-features --workspace --exclude candle-kernels
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Suite
|
name: Test Suite
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --no-default-features
|
args: --no-default-features --workspace --exclude candle-kernels
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
@ -71,4 +71,4 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
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 = [
|
members = [
|
||||||
"candle-core",
|
"candle-core",
|
||||||
|
"candle-kernels",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user