diff --git a/.github/workflows/cmake-ubuntu-latest.yml b/.github/workflows/cmake-ubuntu-latest.yml index 0a449dc..041956d 100644 --- a/.github/workflows/cmake-ubuntu-latest.yml +++ b/.github/workflows/cmake-ubuntu-latest.yml @@ -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