Skip to content

Nvidia Jetson Nano: Drivers and Patches (#5) #23

Nvidia Jetson Nano: Drivers and Patches (#5)

Nvidia Jetson Nano: Drivers and Patches (#5) #23

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
# We need dpkg for host architecture checks
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: go mod download
- name: Run tests
run: go test -v ./...