Skip to content

Commit b5540a0

Browse files
committed
Build rustc-internal-api feature in CI
1 parent 49cfef7 commit b5540a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
: "${TARGET?The TARGET environment variable must be set.}"
66

7-
FEATURES="rayon,serde"
7+
FEATURES="rayon,serde,rustc-internal-api"
88
if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then
99
FEATURES="${FEATURES},nightly"
1010
export RUSTFLAGS="$RUSTFLAGS -D warnings"

0 commit comments

Comments
 (0)