Skip to content

Major refactoring & implement standalone mode #22

Major refactoring & implement standalone mode

Major refactoring & implement standalone mode #22

Workflow file for this run

name: Go Tests
on:
pull_request:
branches:
- "main"
- "rel-*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Tests
run: make test