Skip to content

Allow manual binary upgrade #14

Allow manual binary upgrade

Allow manual binary upgrade #14

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run unit tests
run: make test
- name: Run integration tests
run: make test-it