mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-13 17:08:57 +02:00

- Renamed integration test targets in the Makefile for clarity: `integration-tests` to `integration-tests-all` and added `integration-tests-basic`. - Updated GitHub Actions workflow to run the new `integration-tests-basic` target. - Cleaned up the `WithAuth` test class by removing unused imports and simplifying method signatures.