checks effect of tags

This commit is contained in:
HiteshRepo 2024-01-28 14:18:46 +05:30
parent f4b8fa190f
commit 1c780744d2

View File

@ -310,11 +310,13 @@ jobs:
# Run the first test
go test \
-tags testing\
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
2>&1 | tee -a ./testlog/gotest-unit.log
# Run the second test
go test \
-tags testing \
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
2>&1 | tee -a ./testlog/gotest-unit.log