checks effect of tags - 2nd run

This commit is contained in:
HiteshRepo 2024-01-28 14:21:41 +05:30
parent 1c780744d2
commit 5f7468aa02

View File

@ -310,7 +310,7 @@ jobs:
# Run the first test
go test \
-tags testing\
-tags testing \
-run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
2>&1 | tee -a ./testlog/gotest-unit.log