diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f5d37af..e427cfa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: - 'web/**' - '**.md' jobs: - build_win: + build_win32: runs-on: windows-latest steps: - uses: actions/checkout@v3 @@ -87,7 +87,7 @@ jobs: python3 scripts/run_tests.py python3 scripts/run_tests.py benchmark shell: alpine.sh {0} - build_macos: + build_darwin: runs-on: macos-latest steps: - uses: actions/checkout@v3 diff --git a/scripts/run_tests.py b/scripts/run_tests.py index dbf6e2c3..20732c6d 100644 --- a/scripts/run_tests.py +++ b/scripts/run_tests.py @@ -61,8 +61,6 @@ else: print("[REPL Test Enabled]") if sys.platform in ['linux', 'darwin']: cmd = './main' - elif sys.platform == 'win32': - cmd = '.\main.exe' else: cmd = None