Skip to content

create db file with the constructed relative path #43

create db file with the constructed relative path

create db file with the constructed relative path #43

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