Skip to content

Commit 2369c2b

Browse files
Get the regex test expr right
1 parent 2b56426 commit 2369c2b

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
@@ -71,7 +71,7 @@ cargo_test_impl() {
7171
}
7272

7373
# Debug run:
74-
if [[ "${TARGET}" != "wasm32-unknown-unknown" ]] && [[ ! "${TARGET}" ~= "aarch64" ]] then
74+
if [[ "${TARGET}" != "wasm32-unknown-unknown" ]] && [[ ! "${TARGET}" =~ "aarch64" ]] then
7575
# Run wasm32-unknown-unknown and aarch64 in release mode only
7676
cargo_test_impl
7777
fi

0 commit comments

Comments
 (0)