diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34302df5e..fbc76fd7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -296,6 +296,9 @@ jobs: - name: one test run: GODEBUG=gocachetest=1 go test -v -run '^TestExportUnitSuite/TestGetItems$' ./internal/m365/service/onedrive + - name: one test again + run: GODEBUG=gocachetest=1 go test -v -run '^TestExportUnitSuite/TestGetItems$' ./internal/m365/service/onedrive + # - name: fail # run: exit 1