diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-25 18:07:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 18:07:39 +0800 |
commit | 083c3ee659c6c5542687f3bafae68cbc24dbc90f (patch) | |
tree | 0103bf3b5c5ebfccd368a7cb6a425a521fd669d9 /internal/db/lfs_test.go | |
parent | 9df4e3ae3c555a86f691f0d78a43834842e77d8b (diff) |
db: refactor "action" table to use GORM (#7054)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Diffstat (limited to 'internal/db/lfs_test.go')
-rw-r--r-- | internal/db/lfs_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/db/lfs_test.go b/internal/db/lfs_test.go index 07518361..a9a2a2bb 100644 --- a/internal/db/lfs_test.go +++ b/internal/db/lfs_test.go @@ -21,7 +21,6 @@ func TestLFS(t *testing.T) { if testing.Short() { t.Skip() } - t.Parallel() tables := []interface{}{new(LFSObject)} |