From 9169eb6f2108776b4652a3f981def62b66f88aa1 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 2 Jun 2023 22:08:57 -0700 Subject: [PATCH] adding spinoff-test-base to ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c778263a..ea20a9eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: run: tools/pcommand install_pip_reqs - name: Build spinoff project with no featuresets run: make spinoff-test-empty + - name: Build spinoff project with only base featureset + run: make spinoff-test-base # 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