Skip to content

Dual license: MIT and Apache 2.0 #2

Dual license: MIT and Apache 2.0

Dual license: MIT and Apache 2.0 #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test ./...