File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 run : |
4040 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ matrix.toolchain }}
4141 rustup override set ${{ matrix.toolchain }}
42+ - name : Check formatting on Rust ${{ matrix.toolchain }}
43+ if : matrix.check-fmt
44+ run : rustup component add rustfmt && cargo fmt --all -- --check
4245 - name : Pin packages to allow for MSRV
4346 if : matrix.msrv
4447 run : |
8083 if : " matrix.platform != 'windows-latest' && matrix.build-uniffi"
8184 run : |
8285 RUSTFLAGS="--cfg no_download" cargo test --features uniffi
83- - name : Check formatting on Rust ${{ matrix.toolchain }}
84- if : matrix.check-fmt
85- run : rustup component add rustfmt && cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments