Moved Sqlite migration package into separate package
Some checks failed
/ test (push) Failing after 19s

This commit is contained in:
Leon Mika 2024-09-28 09:04:07 +10:00
commit 6d8ba42959
7 changed files with 378 additions and 0 deletions

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
- run: go test .