From 5f131c7e6bbc7d161400473c366a2827308974a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 17 Oct 2025 22:19:24 +0200 Subject: [PATCH] Add `iced_test` to `document` workflow --- .github/workflows/document.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 3526a48a..e1b99c58 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -28,6 +28,7 @@ jobs: -p iced_wgpu \ -p iced_widget \ -p iced_winit \ + -p iced_test \ -p iced - name: Write CNAME file run: echo 'docs.iced.rs' > ./target/doc/CNAME