diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d5f54426..0295a22f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: matrix: directory: [ + any_error, + any_spawner, + const_str_slice_concat, + either_of, + hydration_context, integrations/actix, integrations/axum, integrations/utils, @@ -28,10 +33,14 @@ jobs: leptos_dom, leptos_hot_reload, leptos_macro, - leptos_reactive, leptos_server, meta, + next_tuple, + oco, + or_poisoned, + reactive_graph, router, + router_macro, server_fn, server_fn/server_fn_macro_default, server_fn_macro, diff --git a/.github/workflows/get-leptos-changed.yml b/.github/workflows/get-leptos-changed.yml index d41a0bcfc..8829e3114 100644 --- a/.github/workflows/get-leptos-changed.yml +++ b/.github/workflows/get-leptos-changed.yml @@ -24,17 +24,29 @@ jobs: uses: tj-actions/changed-files@v43 with: files: | - integrations/** + any_error/** + any_spawner/** + const_str_slice_concat/** + either_of/** + hydration_context/** + integrations/actix/** + integrations/axum/** + integrations/utils/** leptos/** leptos_config/** leptos_dom/** leptos_hot_reload/** leptos_macro/** - leptos_reactive/** leptos_server/** meta/** + next_tuple/** + oco/** + or_poisoned/** + reactive_graph/** router/** + router_macro/** server_fn/** + server_fn/server_fn_macro_default/** server_fn_macro/** - name: List source files that changed