From 330e91520a7fdcab9da354544cf20937001d43ff Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Sun, 31 Mar 2024 15:18:42 +0200 Subject: [PATCH] tests: Use mold linker to speed up ci --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35f72acf4..a8194f8ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} + - uses: rui314/setup-mold@v1 - uses: Swatinem/rust-cache@v2 - name: Install openblas run: sudo apt-get install libopenblas-dev gfortran @@ -81,6 +82,7 @@ jobs: with: toolchain: ${{ matrix.rust }} targets: ${{ matrix.target }} + - uses: rui314/setup-mold@v1 - uses: Swatinem/rust-cache@v2 - name: Install cross run: cargo install cross