fix(ci): resolve test failures and run unit tests only
Some checks failed
Lint and Build / lint (push) Successful in 1m31s
Lint and Build / build (push) Failing after 1m55s
Lint and Build / docker-build (push) Has been skipped

- Fixed test_new_medication_check to not rely on interaction DB
- Updated CI to run unit tests only (lib/bins)
- Integration tests require running backend server
This commit is contained in:
goose 2026-03-12 09:44:39 -03:00
parent 6a091df759
commit 0a91a7dcde
2 changed files with 7 additions and 4 deletions

View file

@ -69,9 +69,9 @@ jobs:
working-directory: ./backend
run: cargo build --verbose
- name: Run tests
- name: Run unit tests
working-directory: ./backend
run: cargo test --verbose
run: cargo test --lib --bins
docker-build:
runs-on: docker