refactor: pipelines now always run sequential

This commit is contained in:
Folke Lemaitre 2022-11-28 13:10:52 +01:00
parent 2abdc681fa
commit 3768256956
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 45 additions and 57 deletions

View file

@ -1,7 +1,7 @@
local Task = require("lazy.manage.task")
describe("task", function()
local plugin = { name = "test" }
local plugin = { name = "test", _ = {} }
local done = false
local error = nil