From 9593f0e1689ecaa92ace465c7956f9abe690d992 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 18 Mar 2021 11:17:32 +0100 Subject: [PATCH] Skip Python bindings in CI for now --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0caaf60..0bc94db 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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