Skip to content

Bump github.com/NVIDIA/go-nvml from 0.12.0-1.0.20231020145430-e06766c5e74f to 0.12.0-2 #19

Bump github.com/NVIDIA/go-nvml from 0.12.0-1.0.20231020145430-e06766c5e74f to 0.12.0-2

Bump github.com/NVIDIA/go-nvml from 0.12.0-1.0.20231020145430-e06766c5e74f to 0.12.0-2 #19

Workflow file for this run

name: Run pre sanity
# run this workflow for each commit
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build dev image
run: make .build-image
- name: Build
run: make docker-build
- name: Tests
run: make docker-coverage
- name: Checks
run: make docker-check