Skip to content

Adding e2e tests (#59) #19

Adding e2e tests (#59)

Adding e2e tests (#59) #19

Workflow file for this run

name: Build
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: Build
run: make