We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0625 commit 8174c0fCopy full SHA for 8174c0f
.github/workflows/publish.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Build
80
run: cargo test --no-run --workspace --all-features --all
81
- name: Default features
82
- run: cargo test --workspace
+ run: cargo test --no-run --workspace
83
rustfmt:
84
name: rustfmt
85
if: startsWith(github.repository, 'emo-crab/') && github.actor != 'dependabot[bot]'
0 commit comments