Skip to content

Add NVIDIA to the list of enterprises #48

Add NVIDIA to the list of enterprises

Add NVIDIA to the list of enterprises #48

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.4
- run: go build ./...
- run: go test -cover ./...