Skip to content

test: test gpu runners over cirun.io #2

test: test gpu runners over cirun.io

test: test gpu runners over cirun.io #2

Workflow file for this run

---
name: gpu-test
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: "cirun-gpu-runner--${{ github.run_id }}"
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Test nvidia-smi
run: nvidia-smi -L