Skip to content

ci: update docker build to use self-hosted runners (#1) #36

ci: update docker build to use self-hosted runners (#1)

ci: update docker build to use self-hosted runners (#1) #36

Workflow file for this run

name: tests
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test