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 6af5e09 commit f95c89aCopy full SHA for f95c89a
.github/workflows/rust.yml
@@ -24,5 +24,7 @@ jobs:
24
run: sudo apt-get install --no-install-recommends -y libasound2-dev
25
- name: Build
26
run: cargo check --verbose --all
27
+ - name: Build no-std
28
+ run: cargo check --no-default-features --verbose --all
29
# - name: Run tests
30
# run: cargo test --verbose --all
0 commit comments