✨ Enhance Ginkgo unit test execution by specifying directories for tests in Makefile and Taskfile. Update README to reflect changes in test command usage and clarify the structure of unit tests.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ tasks:
|
||||
exit 1
|
||||
fi
|
||||
- echo "Running Ginkgo unit test suites (verbose)..."
|
||||
- ginkgo -r -v ./...
|
||||
- ginkgo -r -v ./cmd ./internal
|
||||
|
||||
test-int:
|
||||
desc: Run integration tests (requires Docker)
|
||||
|
||||
Reference in New Issue
Block a user