diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a037ae90..c84c61c90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -304,6 +304,11 @@ jobs: 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 \ + 2>&1 | tee ./testlog/gotest-unit-2.log + # run the tests # - name: Unit Tests # env: