Skip to content

Commit

Permalink
sync unit-tests in weekly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Jan 25, 2025
1 parent 56d8388 commit e8a3bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit e8a3bf4

Please sign in to comment.