Updated TARGET_TYPE

This commit is contained in:
2021-11-01 14:39:17 -07:00
parent a86592f5bd
commit 0c4166b143

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