Tweak CI to avoid testing bindings for now

This commit is contained in:
Dirkjan Ochtman 2021-03-24 11:50:29 +01:00
parent 1ed99c771e
commit 341d618437
1 changed files with 2 additions and 2 deletions

View File

@ -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