Skip to content

More debug auth wording tweaks #523

More debug auth wording tweaks

More debug auth wording tweaks #523

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
deploy:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Start containers
run: docker compose up -d
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run tests
run: make test