diff options
Diffstat (limited to 'test/scripts')
| -rwxr-xr-x | test/scripts/run/ci.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/scripts/run/ci.sh b/test/scripts/run/ci.sh index b7e8c218e4..f2c94306cf 100755 --- a/test/scripts/run/ci.sh +++ b/test/scripts/run/ci.sh @@ -22,12 +22,6 @@ 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/utils/lib.sh source "../utils/lib.sh" |
