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 b7c84f6 commit 02449b4Copy full SHA for 02449b4
.github/workflows/rust-next.yml
@@ -24,6 +24,8 @@ jobs:
24
profile: minimal
25
override: true
26
- uses: Swatinem/rust-cache@v1
27
+ - name: Build
28
+ run: cargo test --no-run --workspace --all-features
29
- name: Default features
30
run: cargo test --workspace
31
- name: All features
0 commit comments