summaryrefslogtreecommitdiff
path: root/lib/binstruct/binstruct_test.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 21:12:41 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 22:42:08 -0700
commit5edd0d7be38595c4777d5130ca20f907d8a74963 (patch)
tree6abc0ad25c22bb6da565e0ca15cdfc97bd6427e7 /lib/binstruct/binstruct_test.go
parent0df7a38046acf81b3e785526e7065775d058dd36 (diff)
lint: Turn on paralleltest
Diffstat (limited to 'lib/binstruct/binstruct_test.go')
-rw-r--r--lib/binstruct/binstruct_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/binstruct/binstruct_test.go b/lib/binstruct/binstruct_test.go
index 105e790..8780acc 100644
--- a/lib/binstruct/binstruct_test.go
+++ b/lib/binstruct/binstruct_test.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
+// Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -13,6 +13,7 @@ import (
)
func TestSmoke(t *testing.T) {
+ t.Parallel()
type UUID [16]byte
type PhysicalAddr int64
type DevItem struct {