From 3df728e2a0a65f776a565fed90c76dd764e5a395 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 22 Dec 2024 09:33:32 +0100 Subject: [PATCH] fix publish build take 2 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db9d7e2..e750878 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: sudo apt install libasound2-dev - uses: taiki-e/install-action@nextest - name: "Build and test" - run: cargo nextest run --workspace --all-targets --all-features --no-tests + run: cargo nextest run --workspace --all-targets --all-features --no-tests=pass crates_io_publish: name: Publish (crates.io)