run all tests in suite TestSharePointSuite

This commit is contained in:
HiteshRepo 2024-01-28 20:16:09 +05:30
parent 0bc29426dd
commit 2623698f9f

View File

@ -309,7 +309,7 @@ jobs:
-failfast \ -failfast \
-p 1 \ -p 1 \
-timeout 20m \ -timeout 20m \
-run '^TestSharePointSuite/TestCollectLists$' ./internal/m365/collection/site \ -run '^TestSharePointSuite/' ./internal/m365/collection/site \
2>&1 | tee -a ./testlog/gotest-unit.log 2>&1 | tee -a ./testlog/gotest-unit.log
# - name: all tests # - name: all tests