mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
using spinoff-test-core instead of spinoff-test-empty
This commit is contained in:
parent
e6f1131b12
commit
1de13fea66
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -55,9 +55,9 @@ jobs:
|
|||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: tools/pcommand install_pip_reqs
|
||||||
- name: Build spinoff project with no featuresets
|
- name: Build spinoff project with only core featureset
|
||||||
run: make spinoff-test-empty
|
run: make spinoff-test-core
|
||||||
- name: Build spinoff project with only base featureset
|
- name: Build spinoff project with core and base featuresets
|
||||||
run: make spinoff-test-base
|
run: make spinoff-test-base
|
||||||
|
|
||||||
# Most of our toolset doesn't work on raw Windows without WSL set up,
|
# Most of our toolset doesn't work on raw Windows without WSL set up,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user