From 9856347b78d9cc7b40de8db2ccb8909291ae2699 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 22 Jan 2024 19:32:03 +0530 Subject: [PATCH] repeat --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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