Tweak CI to avoid testing bindings for now
This commit is contained in:
parent
1ed99c771e
commit
341d618437
|
@ -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