mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-19 07:19:07 +00:00
Tweak CI to avoid testing bindings for now
This commit is contained in:
parent
987220c586
commit
55fb3c664f
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -29,11 +29,11 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --workspace --all-features --all-targets
|
||||
args: -p instant-segment --all-features --all-targets
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --workspace --all-features
|
||||
args: -p instant-segment --all-features
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user