Skip to content

Commit

Permalink
fix publish build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Dec 22, 2024
1 parent f8834a3 commit 4114f23
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
run: cargo nextest run --workspace --all-targets --all-features --no-tests

crates_io_publish:
name: Publish (crates.io)
Expand Down

0 comments on commit 4114f23

Please sign in to comment.