Skip to content

Add e2e test

Add e2e test #15

Workflow file for this run

name: build
on:
pull_request:
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ 'amd64', 'arm', 'arm64' ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build ${{ matrix.arch }}
uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: GO_ARCH=${{ matrix.arch }} go build