From 0e07dacdee5b87a346585b354eba62e063bccc61 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 14:42:27 +0530 Subject: [PATCH] run one test --- .github/workflows/ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5481be7..0d6584ab3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,7 @@ jobs: - run: mkdir testlog - - name: two tests + - name: one tests env: # Set these to a bad value so we don't accidentally fall back to # something elsewhere. @@ -317,15 +317,6 @@ jobs: -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ 2>&1 | tee -a ./testlog/gotest-unit.log - # Run the second test - go test \ - -tags testing \ - -failfast \ - -p 1 \ - -timeout 20m \ - -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ - 2>&1 | tee -a ./testlog/gotest-unit.log - # run the tests # - name: Unit Tests # env: