Refactor parts of the server
This commit is contained in:
parent
ccb7c8fbd7
commit
47de4e563f
6 changed files with 369 additions and 90 deletions
|
|
@ -22,6 +22,12 @@ tasks:
|
|||
- uv run -m pipeline.utils.test_fuzzy_join
|
||||
- uv run pytest pipeline/utils/test_haversine.py
|
||||
- uv run pytest pipeline/utils/test_poi_counts.py
|
||||
|
||||
test:server:
|
||||
desc: Run Rust backend tests
|
||||
dir: server-rs
|
||||
cmds:
|
||||
- cargo test
|
||||
|
||||
dev:server:
|
||||
desc: Run Rust backend on port 8001 (debug build, fast compile)
|
||||
|
|
@ -115,3 +121,4 @@ tasks:
|
|||
- task: build:server
|
||||
- task: build:frontend
|
||||
- task: test
|
||||
- task: test:server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue