Skip to content

Add Github Action integration #1

Add Github Action integration

Add Github Action integration #1

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
e2e-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test -v ./...