From 1d07015cfa606f0aab8990e425cc709accc7bc8b Mon Sep 17 00:00:00 2001 From: Alexius Wadell Date: Thu, 22 Feb 2024 16:06:03 -0500 Subject: [PATCH] run tests on willow-ahrens:wma/warmup --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 111f07e..455f69b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,6 +26,7 @@ jobs: arch: ${{ matrix.arch }} - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 + - run: julia --project -c 'using Pkg; Pkg.add(url="https://github.com/willow-ahrens/BenchmarkTools.jl.git", rev="wma/warmup")' - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-uploadcoveralls@v1 continue-on-error: true