Skip to content

Commit b0a1bf6

Browse files
committed
Test run --dep
1 parent 7ec0329 commit b0a1bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ function run_tests {
7676
time HYPERFINE="hyperfine -w0 -r1" ./miri bench $TARGET_FLAG
7777
fi
7878

79+
## Test that `miri run` with dependencies works
80+
./miri run $TARGET_FLAG --dep tests/pass-dep/getrandom.rs
81+
7982
## test-cargo-miri
8083
# On Windows, there is always "python", not "python3" or "python2".
8184
if command -v python3 > /dev/null; then

0 commit comments

Comments
 (0)