Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rsk0315 committed May 3, 2024
1 parent 5e11e55 commit db766fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-test.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cargo_test() {
out "$dir" "$crate" "$t" doc "$event" >>$json

local miri_test_name
if RUSTFLAGS=-Dunsafe_code cargo build --release; then
if RUSTFLAGS=-Dunsafe_code cargo build --release --manifest-path=$toml; then
# If it has no unsafety, we do not have to test against Miri.
miri_test_name=()
else
Expand Down

0 comments on commit db766fa

Please sign in to comment.