From e8a3bf49d4cba33962ef16c1cf0e727992566124 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Sat, 25 Jan 2025 08:41:13 -0500 Subject: [PATCH] sync unit-tests in weekly CI --- .github/workflows/weekly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index fae510f51..252cb04fe 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - mode: [ debug, release, cuda-release] + mode: [ debug, release, cuda-release ] steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: run: cargo +beta fmt --all -- --check - name: Free Disk Space (Ubuntu) - if: runner.os == 'Linux' && matrix.mode == 'cuda-release' + if: runner.os == 'Linux' uses: jlumbroso/free-disk-space@main with: # this might remove tools that are actually needed,