mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
separate test target into 2 for C and C++
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user