From 9f7aba555db2aa42dea43a67728b05c3ddca8d9f Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 14:02:54 +0530 Subject: [PATCH] some change --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c84c61c90..5120c261a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -301,12 +301,14 @@ jobs: - name: one test run: | - go test -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ + go test \ + -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ 2>&1 | tee ./testlog/gotest-unit.log - name: one more test run: | - go test -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ + go test \ + -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ 2>&1 | tee ./testlog/gotest-unit-2.log # run the tests