From 83da7cfccd8881d68613ee9fd9262f31976e84c7 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 1 Jun 2023 13:18:16 -0700 Subject: [PATCH] use new makefile test target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37830558..c778263a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Install dependencies run: tools/pcommand install_pip_reqs - name: Build spinoff project with no featuresets - run: tools/pcommand spinoff_test empty + run: make spinoff-test-empty # Most of our toolset doesn't work on raw Windows without WSL set up, # but we can bootstrap enough to run a few things manually. It's nice to