Moved Sqlite migration package into separate package
Some checks failed
/ test (push) Failing after 19s
Some checks failed
/ test (push) Failing after 19s
This commit is contained in:
commit
6d8ba42959
7 changed files with 378 additions and 0 deletions
10
.forgejo/workflows/build.yaml
Normal file
10
.forgejo/workflows/build.yaml
Normal 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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue