Skip to content

Commit

Permalink
Add t.parallel call to TestGitCloneAndBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Feb 12, 2022
1 parent 0fa4d91 commit 443f3f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/docker/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func TestBuildWithTarget(t *testing.T) {
}

func TestGitCloneAndBuild(t *testing.T) {
t.Parallel()

uniqueID := strings.ToLower(random.UniqueId())
imageTag := "gruntwork-io-foo-test:" + uniqueID
text := "Hello, World!"
Expand Down

0 comments on commit 443f3f8

Please sign in to comment.