.gitea/workflows: fix build-and-test job
All checks were successful
Build and test / build (push) Successful in 8m59s
All checks were successful
Build and test / build (push) Successful in 8m59s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user