using spinoff-test-core instead of spinoff-test-empty

This commit is contained in:
Eric Froemling 2023-06-06 12:12:29 -07:00
parent e6f1131b12
commit 1de13fea66
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -55,9 +55,9 @@ jobs:
python-version: '3.11'
- name: Install dependencies
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
- name: Build spinoff project with only core featureset
run: make spinoff-test-core
- name: Build spinoff project with core and base featuresets
run: make spinoff-test-base
# Most of our toolset doesn't work on raw Windows without WSL set up,