Skip to content

Commit 4ca6091

Browse files
committed
Check the assembly
1 parent f277c1e commit 4ca6091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
rustup target add ${{ matrix.target }}
3939
- name: Build
4040
run: |
41-
cargo build --target ${{ matrix.target }} --features "serde, defmt"
41+
cargo build --target ${{ matrix.target }} --features "serde, defmt, check-asm"
4242
cargo build --target ${{ matrix.target }} --no-default-features
4343
4444
build-versatileab:
@@ -126,7 +126,7 @@ jobs:
126126
rustup component add rust-src --toolchain nightly
127127
- name: Build
128128
run: |
129-
cargo build --target ${{ matrix.target }} -Zbuild-std=core
129+
cargo build --target ${{ matrix.target }} -Zbuild-std=core --features "serde, defmt, check-asm"
130130
cargo build --target ${{ matrix.target }} -Zbuild-std=core --no-default-features
131131
132132
# Gather all the above build jobs together for the purposes of getting an overall pass-fail

0 commit comments

Comments
 (0)