Skip to content

Add workflow for build and push docker image #24

Add workflow for build and push docker image

Add workflow for build and push docker image #24

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
- name: Test
run: make test-only race