Skip Python bindings in CI for now

This commit is contained in:
Dirkjan Ochtman 2021-03-18 11:17:32 +01:00
parent 51cedb1719
commit 128ac91dcb
1 changed files with 2 additions and 2 deletions

View File

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