mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-08 17:02:02 +00:00
Skip Python bindings in CI for now
This commit is contained in:
parent
a312efe5c9
commit
9593f0e168
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -31,11 +31,11 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --workspace --all-features --all-targets
|
||||
args: -p instant-distance --all-features --all-targets
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --workspace --all-features
|
||||
args: -p instant-distance --all-features
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user