Skip to content

test: make tests pass #2

test: make tests pass

test: make tests pass #2

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests-sqlite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- run: go test -race ./...