Skip to content

Commit

Permalink
Update before running end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 18, 2024
1 parent 5532f1f commit e6e9273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/scripts/ci-runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ fi

TEST_OS=$1

if [[ "$(uname -s)" == "Darwin" ]]; then
# NOTE: We only do this on macOS since we use containers otherwise
echo "Updating Rust toolchain"
rustup update
fi

# shellcheck source=test/scripts/test-utils.sh
source "test-utils.sh"

Expand Down

0 comments on commit e6e9273

Please sign in to comment.