adds one more test in ci

This commit is contained in:
HiteshRepo 2024-01-28 13:56:32 +05:30
parent 9909335b76
commit d90238e828

View File

@ -304,6 +304,11 @@ jobs:
go test -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ go test -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
2>&1 | tee ./testlog/gotest-unit.log 2>&1 | tee ./testlog/gotest-unit.log
- name: one more test
run: |
go test -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \
2>&1 | tee ./testlog/gotest-unit-2.log
# run the tests # run the tests
# - name: Unit Tests # - name: Unit Tests
# env: # env: