Skip to content

Commit

Permalink
remove more parallels, add more caching?
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff committed Feb 4, 2024
1 parent ded29ed commit 9203ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/porter-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion tests/integration/archive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9203ee3

Please sign in to comment.