chore: Rename to argument #1290
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs the test suite on a self-hosted GPU machine with CUDA enabled | ||
name: GPU tests | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
branches: [main] | ||
merge_group: | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
jobs: | ||
gpu-ci: | ||
name: Rust GPU tests | ||
uses: lurk-lab/ci-workflows/.github/workflows/gpu-ci-cuda.yml@main | ||
Check failure on line 18 in .github/workflows/gpu-ci.yml GitHub Actions / .github/workflows/gpu-ci.ymlInvalid workflow file
|