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

Commit 5e85499

Browse files
committed
Fix typo
1 parent 17234d6 commit 5e85499

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
@@ -13,7 +13,7 @@ CMD_="cargo test \
1313
--manifest-path=crates/libm-test/Cargo.toml --all \
1414
--no-default-features "
1515

16-
CMD="${CMD} --target ${TARGET}"
16+
CMD="${CMD_} --target ${TARGET}"
1717

1818
$CMD
1919
$CMD --release

0 commit comments

Comments
 (0)