CI: run tests multi-threaded (#2251)

This commit is contained in:
black-sliver
2023-10-02 08:47:28 +02:00
committed by GitHub
parent f9761ad4e5
commit 5d9b47355e
4 changed files with 16 additions and 11 deletions

View File

@@ -1,13 +1,13 @@
# Tests for Generate.py (ArchipelagoGenerate.exe)
import unittest
import os
import os.path
import sys
from pathlib import Path
from tempfile import TemporaryDirectory
import os.path
import os
import ModuleUpdate
ModuleUpdate.update_ran = True # don't upgrade
import Generate