File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments