separate test target into 2 for C and C++

This commit is contained in:
Alfi Maulana
2023-01-11 16:47:00 +07:00
parent 17a40c86ca
commit 6f70267077
3 changed files with 7 additions and 3 deletions

View File

@@ -49,10 +49,10 @@ jobs:
uses: ./
with:
source-dir: test
targets: test
targets: test_c test_cpp
- name: Run build result
run: build/test
run: build/test_c && build/test_cpp
use-action-with-specified-compiler:
runs-on: ubuntu-latest