From 4f77edd249e1c9cd525232050cec00c752ce7860 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 26 Jul 2024 11:12:05 -0700 Subject: [PATCH] ci: Add `smol`/`tokio` features when testing `desktop` feature --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4993eb..6ab0e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: - winit_wgpu - wayland - applet - - desktop + - desktop,smol + - desktop,tokio runs-on: ubuntu-22.04 steps: - name: Checkout sources