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 39
39
run : |
40
40
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ matrix.toolchain }}
41
41
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
42
45
- name : Pin packages to allow for MSRV
43
46
if : matrix.msrv
44
47
run : |
80
83
if : " matrix.platform != 'windows-latest' && matrix.build-uniffi"
81
84
run : |
82
85
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