Skip to content

Commit

Permalink
Set RUSTFMT for nofeatures tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo authored and emilio committed Sep 17, 2019
1 parent f377a63 commit 4c379f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ case "$BINDGEN_JOB" in
;;

"nofeatures")
rustup update nightly
rustup component add rustfmt
RUSTFMT="$(rustup which rustfmt)"
export RUSTFMT
cargo test "$BINDGEN_PROFILE" --no-default-features
./ci/assert-no-diff.sh
;;
Expand Down

0 comments on commit 4c379f5

Please # to comment.