some file for both tests

This commit is contained in:
HiteshRepo 2024-01-28 14:05:16 +05:30
parent 9f7aba555d
commit 4881345415

View File

@ -309,7 +309,7 @@ jobs:
run: | run: |
go test \ go test \
-run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
2>&1 | tee ./testlog/gotest-unit-2.log 2>&1 | tee ./testlog/gotest-unit.log
# run the tests # run the tests
# - name: Unit Tests # - name: Unit Tests