Skip to content

Commit

Permalink
Try to fix macos compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Dec 1, 2023
1 parent b00f2b9 commit 420e05a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/tests.integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ if [[ "$@" =~ "--use-network-fixture" ]]; then
export AVALANCHEGO_PATH="$(realpath ${AVALANCHEGO_PATH:-${AVALANCHEGO_CLONE_PATH}/build/avalanchego})"
fi

# Ensure blst configuration
CORETH_PATH=$( cd "$( dirname "${BASH_SOURCE[0]}" )"; cd .. && pwd )
source ./scripts/constants.sh

echo "building integration.test"
# Install the ginkgo binary (required for test build and run)
go install -v github.com/onsi/ginkgo/v2/[email protected]
Expand Down

0 comments on commit 420e05a

Please sign in to comment.