diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 526dc02b5..ef1bb8790 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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