Skip to content

wip

wip #22

Workflow file for this run

name: Unit testing
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.0'
- name: Start LocalStack
uses: LocalStack/[email protected]
with:
image-tag: '4.0.3'
- run: go test -race ./...