update agents.md

This commit is contained in:
2025-12-16 23:54:19 +02:00
parent ca028f9262
commit d81b40ee8e

View File

@@ -2,7 +2,7 @@
## Build/Test Commands
- Build: `gradle build`
- Test all: `gradle test`
- Test all: `gradle test --rerun-tasks`
- Run single test: `gradle test --tests "FreightIntegrationTest.getByIdReturnsEntity"`
- Run app: `gradle bootRun`