Skip to content

auto create db if not exist (#13) #46

auto create db if not exist (#13)

auto create db if not exist (#13) #46

Workflow file for this run

name: Test
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Test with the Go CLI
run: make test