File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ matrix:
23
23
language : bash
24
24
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
25
25
26
- - env : RUSTFMT =1
26
+ - env : CHECK_RUSTFMT =1
27
27
rust : stable
28
28
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
29
29
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ if [ -n "${CHECK_BLOBS:-}" ]; then
13
13
fi
14
14
fi
15
15
16
- if [ -n " ${RUSTFMT :- } " ]; then
16
+ if [ -n " ${CHECK_RUSTFMT :- } " ]; then
17
17
rustup component add rustfmt
18
18
fi
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ if [ -n "${CHECK_BLOBS:-}" ]; then
15
15
./check-blobs.sh
16
16
fi
17
17
18
- if [ -n " ${RUSTFMT :- } " ]; then
18
+ if [ -n " ${CHECK_RUSTFMT :- } " ]; then
19
19
cargo fmt -- --check
20
20
fi
You can’t perform that action at this time.
0 commit comments