Skip to content

move driver_test to testutil/db #14

move driver_test to testutil/db

move driver_test to testutil/db #14

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Run tests
run: go test ./... -v