diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2689b05c8..0ac2bbc3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: -failfast \ -p 1 \ -timeout 20m \ - -run '^TestSharePointSuite/' ./internal/m365/collection/site \ + ./internal/m365/collection/site \ 2>&1 | tee -a ./testlog/gotest-unit.log # - name: all tests