From b9d12bfd7d749e081fe5d53e7262b5213a91909c Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 14:46:27 +0530 Subject: [PATCH] run all tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d6584ab3..a5a02ded3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,7 @@ jobs: - run: mkdir testlog - - name: one tests + - name: all tests env: # Set these to a bad value so we don't accidentally fall back to # something elsewhere. @@ -314,7 +314,7 @@ jobs: -failfast \ -p 1 \ -timeout 20m \ - -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ + ./... \ 2>&1 | tee -a ./testlog/gotest-unit.log # run the tests