From 933e4dd6dc91a4e519d4eeaa23d307f3bf756766 Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Fri, 8 Oct 2021 09:51:40 -0400 Subject: [PATCH] fixup! signer: gpg2: add debsign mode --- signer/gpg2/gpg2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/gpg2/gpg2_test.go b/signer/gpg2/gpg2_test.go index cb890c34b..025250e2d 100644 --- a/signer/gpg2/gpg2_test.go +++ b/signer/gpg2/gpg2_test.go @@ -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)