Tweak CI to avoid testing bindings for now

This commit is contained in:
Dirkjan Ochtman 2021-03-24 11:50:29 +01:00
parent 987220c586
commit 55fb3c664f
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build command: build
args: --workspace --all-features --all-targets args: -p instant-segment --all-features --all-targets
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --workspace --all-features args: -p instant-segment --all-features
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest