diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d1bf608..c3c00bdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,6 @@ jobs: run: tools/pcommand install_pip_reqs - name: Run checks and tests run: make -j2 check test - - name: Prefab server build - run: make prefab-server-debug-build # Most of our toolset doesn't work on raw windows (outside of WSL). # However, it's nice to at least run unit tests there since some behavior