Skip to content

Merge pull request #5 from cybozu-go/add-limitations #20

Merge pull request #5 from cybozu-go/add-limitations

Merge pull request #5 from cybozu-go/add-limitations #20

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- 'main'
env:
go-version: "1.23"
jobs:
test:
name: Small tests
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go-version }}
- run: make test