Skip to content

chore: update demos, CI workflows, and build tooling #121

chore: update demos, CI workflows, and build tooling

chore: update demos, CI workflows, and build tooling #121

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
- run: go test ./...