Skip to content

update CI

update CI #1

Workflow file for this run

name: cuda
on: [push, pull_request]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-cuda
cancel-in-progress: true
jobs:
Tests:
name: CUDA Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dependencies
run: |
.github/workflows/dependencies/dependencies_nvcc.sh
- name: Tests
run: |
cd Tests/GPU
make -j4 USE_CUDA=TRUE
./main.gnu.ex