.gitea/workflows: fix build-and-test job
All checks were successful
Build and test / build (push) Successful in 8m59s

This commit is contained in:
2026-04-08 13:36:42 +09:00
parent 8d742b92be
commit be493a6150
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
compression: 0
- name: Print database statistics
run: nix develop .# --command sqlite3_analyzer result/jadb.sqlite
run: nix develop .#sqlite-debugging --command sqlite3_analyzer result/jadb.sqlite
# TODO: Defer failure of tests until after the coverage report is generated and uploaded.
- name: Run tests

View File

@@ -77,7 +77,7 @@
sqlite-interactive
sqlite-analyzer
sqlite-web
sqlint
# sqlint
sqlfluff
];
};