We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c379f5 commit 3062841Copy full SHA for 3062841
ci/script.sh
@@ -14,6 +14,7 @@ case "$BINDGEN_JOB" in
14
# Need rustfmt to compare the test expectations.
15
rustup update nightly
16
rustup component add rustfmt
17
+ rustup component add --toolchain nightly rustfmt
18
RUSTFMT="$(rustup which rustfmt)"
19
export RUSTFMT
20
cargo test "$BINDGEN_PROFILE" --features "$BINDGEN_FEATURES"
@@ -28,6 +29,7 @@ case "$BINDGEN_JOB" in
28
29
"nofeatures")
30
31
32
33
34
35
cargo test "$BINDGEN_PROFILE" --no-default-features
0 commit comments