Skip to content

Migrate from CircleCI and Docker Hub to Github Actions and GHCR (#69) #3

Migrate from CircleCI and Docker Hub to Github Actions and GHCR (#69)

Migrate from CircleCI and Docker Hub to Github Actions and GHCR (#69) #3

Workflow file for this run

on: push
name: test
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup latest Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: |
go test ./...