Skip to content

Commit e5931c2

Browse files
committed
Fix skipping tests
1 parent e2d1ca3 commit e5931c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_miniforge_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export CONSTRUCT_ROOT=$PWD
1616
mkdir -p build
1717

1818
bash scripts/build.sh
19-
if [[ "$ARCH" != "$(uname -m)" ]]; then
19+
if [[ "$ARCH" == "$(uname -m)" ]]; then
2020
bash scripts/test.sh
2121
fi

0 commit comments

Comments
 (0)