Skip to content

Integration tests by @nstogner #123

Integration tests by @nstogner

Integration tests by @nstogner #123

name: Integration tests
run-name: Integration tests by @${{ github.actor }}
on:
push:
branches:
- main
pull_request:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ">=1.21.0"
- name: Run integration tests
run: make test-integration