From 45d0e80d3f891724234b366e214746bb62430aa0 Mon Sep 17 00:00:00 2001 From: obsoleszenz Date: Sun, 17 Apr 2022 17:25:49 +0200 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6ffaf1..77dc459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: check - args: --all --bins --examples --tests --features decode-all + args: -p creek-core -p creek-decode-symphonia -p creek-encode-wav --tests --features decode-all - name: tests uses: actions-rs/cargo@v1 with: command: test - args: --all + args: -p creek-core -p creek-decode-symphonia -p creek-encode-wav