mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
Update CI workflow to improve test execution for non-database dependent tests
- Replace generic test command with specific Go test command for better coverage reporting - Ensure clarity in test execution by explicitly defining the packages to be tested
This commit is contained in:
parent
7a93ae04f7
commit
8f542641ea
@ -260,7 +260,7 @@ jobs:
|
|||||||
echo "⚠ Running only non-database tests..."
|
echo "⚠ Running only non-database tests..."
|
||||||
# Run only non-database dependent tests
|
# Run only non-database dependent tests
|
||||||
# These packages don't require database: geospatial, financial, graph, matching/plugins, middleware, pkg
|
# These packages don't require database: geospatial, financial, graph, matching/plugins, middleware, pkg
|
||||||
$TEST_CMD \
|
go test -v -coverprofile=coverage.out \
|
||||||
./internal/geospatial/... \
|
./internal/geospatial/... \
|
||||||
./internal/financial/... \
|
./internal/financial/... \
|
||||||
./internal/graph/... \
|
./internal/graph/... \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user