workflow: run assembler tests in parallel

The assembler tests currently run around 45min, try to run in
parallel to see how much we can win from that.
This commit is contained in:
Michael Vogt 2024-03-04 16:59:34 +01:00 committed by Simon de Vlieger
parent 4d2476a26d
commit ea36e25b09
2 changed files with 5 additions and 1 deletions

View file

@ -252,7 +252,8 @@ def loop_create_device(ctl, fd, offset=None, sizelimit=None):
lo = ctl.loop_for_fd(fd,
offset=offset,
sizelimit=sizelimit,
autoclear=True)
autoclear=True,
lock=True)
yield lo
finally:
if lo: