Skip to content

Commit 0147165

Browse files
committed
WIP: try not-release (dev profile) for s390x
1 parent 1af7519 commit 0147165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cross-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ cross build -v --features="$FEATURES" --target=$TARGET
1111
cross test -v --no-fail-fast --features="$FEATURES" --target=$TARGET
1212
cross test -v --no-fail-fast --target=$TARGET --manifest-path=ndarray-rand/Cargo.toml --features quickcheck
1313
cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-serialization/Cargo.toml --verbose
14-
cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-numeric/Cargo.toml --release
14+
cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-numeric/Cargo.toml

0 commit comments

Comments
 (0)