From 81987882289dd6303d1b221b0033bc53a93f8577 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 12 Oct 2020 10:41:49 -0700 Subject: [PATCH] Removing build from ci - adds too much time --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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