Commit 40a92142 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'lizardhang' into 'main'

fix: lizard hangs when multithreading

Closes #86

See merge request just-ci/templates!186
parents 63617d20 a466ed6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@ python:lizard:
    JOB_PACKAGE: lizard
  script:
    - !reference [".python:pre", script]
    - lizard -t $(nproc) ${LIZARD_DEFAULT_ARGS} ${LIZARD_EXTRA_ARGS}
    - lizard ${LIZARD_DEFAULT_ARGS} ${LIZARD_EXTRA_ARGS}
  needs: []