Skip to content

Commit f95c89a

Browse files
committed
add another workflow step to check no-std builds
1 parent 6af5e09 commit f95c89a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: sudo apt-get install --no-install-recommends -y libasound2-dev
2525
- name: Build
2626
run: cargo check --verbose --all
27+
- name: Build no-std
28+
run: cargo check --no-default-features --verbose --all
2729
# - name: Run tests
2830
# run: cargo test --verbose --all

0 commit comments

Comments
 (0)