Skip to content

Commit

Permalink
Fix skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Sep 19, 2020
1 parent e2d1ca3 commit e5931c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_miniforge_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export CONSTRUCT_ROOT=$PWD
mkdir -p build

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

0 comments on commit e5931c2

Please sign in to comment.