Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint error, cuddled statement
  • Loading branch information
plyr4 committed Dec 13, 2022
commit 2f23a42a9e312fdae80e2d3627ae8851405ad3f1
1 change: 1 addition & 0 deletions executor/linux/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func TestLinux_AssembleBuild_EnforceTrustedRepos(t *testing.T) {
if err != nil {
t.Errorf("unable to create runtime engine: %v", err)
}

tests := []struct {
name string
failure bool
Expand Down