Skip to content

deps: bump tmc/apple #2

deps: bump tmc/apple

deps: bump tmc/apple #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Vet
run: go vet ./...
- name: Verify CLI and internal tests
run: |
go test -race ./cmd/gputrace/cmd -count=1
go test -race ./internal/... -count=1
- name: Verify release build path
run: go build ./cmd/gputrace