Skip to content

Commit

Permalink
fixup! signer: gpg2: add debsign mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Oct 8, 2021
1 parent e3d6175 commit 933e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/gpg2/gpg2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ func TestGPG2Signer_SignFiles(t *testing.T) {
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
// t.Parallel()
t.Parallel()

// initialize a signer
s := assertNewSignerWithConfOK(t, tt.fields.Configuration)
Expand Down

0 comments on commit 933e4dd

Please sign in to comment.