Skip to content

Commit

Permalink
just 2?!
Browse files Browse the repository at this point in the history
  • Loading branch information
lockwo committed Aug 15, 2024
1 parent 11b2baa commit 9a13822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
running_out = 0
for file in here.iterdir():
if file.is_file() and file.name.startswith("test"):
cmd = f"pytest -n 3 {file} " + flags
cmd = f"pytest -n 2 {file} " + flags
out = subprocess.run(cmd, shell=True).returncode
running_out = max(running_out, out)
sys.exit(running_out)

0 comments on commit 9a13822

Please sign in to comment.