Run hurl tests via cargo (#12)

This allows us to pull them into the coverage report.

Reviewed-on: #12
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2025-09-24 02:08:31 +00:00 committed by Drew
parent 68dbaa32c9
commit 2880391c8c
6 changed files with 805 additions and 32 deletions

3
backend/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod database;
pub mod models;
pub mod services;