Added functions execution to CI workflow/action. No code changes. (0.40.1)
This commit is contained in:
parent
cf320199ef
commit
021860b55d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake-ubuntu-latest.yml
vendored
3
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -90,6 +90,9 @@ jobs:
|
|||
#- name: Run Examples (external/xml2)
|
||||
# run: ./scripts/run_examples.sh external/xml2
|
||||
|
||||
- name: Run Examples (functions)
|
||||
run: ./scripts/run_examples.sh functions
|
||||
|
||||
- name: Run Examples (io)
|
||||
run: ./scripts/run_examples.sh io
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue