Updated TARGET_TYPE

This commit is contained in:
2021-11-01 14:39:17 -07:00
parent 45b4f70799
commit c0dd25f640

View File

@ -23,7 +23,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cmake -B build -DTARGET_GROUP=test cmake -B build --DTARGET_TYPE=test
cmake --build ./build cmake --build ./build
- name: Test - name: Test