Skip to content

Commit

Permalink
fix publish build take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Dec 22, 2024
1 parent 4114f23 commit 3df728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3df728e

Please sign in to comment.