Skip to content

Commit dda964d

Browse files
committed
fix chalk build
1 parent 968bcad commit dda964d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/integration.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ case ${INTEGRATION} in
6464
check_fmt
6565
cd -
6666
;;
67+
chalk)
68+
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
69+
cd ${INTEGRATION}
70+
# Need to run build.rs once.
71+
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2789
72+
cargo build
73+
check_fmt
74+
cd -
75+
;;
6776
failure)
6877
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
6978
cd ${INTEGRATION}/failure-1.X

0 commit comments

Comments
 (0)