From f7ce1208f8d97ecadbbce0182445e236c384b6d7 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Mon, 29 Jan 2024 19:33:23 +0530 Subject: [PATCH] tests TestRetentionIntegrationSuite --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c94ccc124..63650e317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -286,7 +286,7 @@ jobs: -failfast \ -p 1 \ -timeout 10m \ - -run '^TestWrapperIntegrationSuite/' ./internal/kopia \ + -run '^TestRetentionIntegrationSuite/' ./internal/kopia \ 2>&1 | tee /tmp/corso-retention-testlog/gotest-ci.log # run the tests