diff --git a/.github/workflows/cmake-ubuntu-latest.yml b/.github/workflows/cmake-ubuntu-latest.yml index d2c6c45..e95c93b 100644 --- a/.github/workflows/cmake-ubuntu-latest.yml +++ b/.github/workflows/cmake-ubuntu-latest.yml @@ -54,8 +54,8 @@ jobs: - name: Run Examples (crypto) run: ./scripts/run_examples.sh crypto - #- name: Run Examples (extra) - # run: ./scripts/run_examples.sh extra + - name: Run Examples (extra) + run: ./scripts/run_examples.sh extra - name: Run Examples (io) run: ./scripts/run_examples.sh io diff --git a/examples/extra/curl_download.fun b/examples/remote/curl_download.fun similarity index 100% rename from examples/extra/curl_download.fun rename to examples/remote/curl_download.fun diff --git a/examples/extra/curl_get_json.fun b/examples/remote/curl_get_json.fun similarity index 100% rename from examples/extra/curl_get_json.fun rename to examples/remote/curl_get_json.fun diff --git a/examples/extra/curl_post.fun b/examples/remote/curl_post.fun similarity index 100% rename from examples/extra/curl_post.fun rename to examples/remote/curl_post.fun diff --git a/examples/extra/notcurses_hello.fun b/examples/ui/notcurses_hello.fun similarity index 100% rename from examples/extra/notcurses_hello.fun rename to examples/ui/notcurses_hello.fun diff --git a/examples/extra/notcurses_menu.fun b/examples/ui/notcurses_menu.fun similarity index 100% rename from examples/extra/notcurses_menu.fun rename to examples/ui/notcurses_menu.fun diff --git a/examples/extra/notcurses_progress.fun b/examples/ui/notcurses_progress.fun similarity index 100% rename from examples/extra/notcurses_progress.fun rename to examples/ui/notcurses_progress.fun diff --git a/examples/blocking/tk_file_manager.fun b/examples/ui/tk_file_manager.fun similarity index 100% rename from examples/blocking/tk_file_manager.fun rename to examples/ui/tk_file_manager.fun diff --git a/examples/blocking/tk_hello.fun b/examples/ui/tk_hello.fun similarity index 100% rename from examples/blocking/tk_hello.fun rename to examples/ui/tk_hello.fun diff --git a/examples/blocking/tk_testing.fun b/examples/ui/tk_testing.fun similarity index 100% rename from examples/blocking/tk_testing.fun rename to examples/ui/tk_testing.fun