Move Litestream.

This commit is contained in:
Nuno Cruces
2025-12-29 12:20:05 +00:00
parent d962611796
commit 74d22ded0a
11 changed files with 3 additions and 1039 deletions

View File

@@ -68,8 +68,8 @@ jobs:
shell: bash
run: |
go work init .
go work use -r embed/bcw2 gormlite litestream
go test ./embed/bcw2 ./gormlite ./litestream
go work use -r embed/bcw2 gormlite
go test ./embed/bcw2 ./gormlite
- name: Test GORM
shell: bash