Skip to content

docker compose file for testing #65

docker compose file for testing

docker compose file for testing #65

Workflow file for this run

name: Test
on: push
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run tests
run: make test