Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit d0e3a3f

Browse files
authored
Add rustc-dev component on CI
1 parent 4225ead commit d0e3a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -ex
55
export RUST_BACKTRACE=full
66
#export RUST_TEST_NOCAPTURE=1
77

8+
rustup component add rustc-dev
9+
810
cargo build
911
cargo test --verbose -- --nocapture
1012

0 commit comments

Comments
 (0)