From 9203ee3683f79eb9c81760ded3788f868e84768e Mon Sep 17 00:00:00 2001 From: Sarah Christoff <28318173+schristoff@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:03:39 -0700 Subject: [PATCH] remove more parallels, add more caching? Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com> --- .github/workflows/porter-integration.yml | 1 + tests/integration/archive_test.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter-integration.yml b/.github/workflows/porter-integration.yml index 7a177e2f3f..e272f76c2d 100644 --- a/.github/workflows/porter-integration.yml +++ b/.github/workflows/porter-integration.yml @@ -23,6 +23,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: "${{ env.GOVERSION }}" + cache: true - name: Docker Login uses: docker/login-action@v3.0.0 with: diff --git a/tests/integration/archive_test.go b/tests/integration/archive_test.go index d6330e89f4..608804fefe 100644 --- a/tests/integration/archive_test.go +++ b/tests/integration/archive_test.go @@ -18,7 +18,6 @@ import ( // Validate that archiving a bundle twice results in the same digest func TestArchive_StableDigest(t *testing.T) { - t.Parallel() p := porter.NewTestPorter(t) defer p.Close()