From aa4a5e1e180e7a7d366b7240fa0450c8c9754254 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Mon, 16 Jan 2023 18:10:30 +0100 Subject: [PATCH] chore(ci): Test variant without shell --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25553ba..c90bffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: - 'winit_softbuffer tokio' - winit_softbuffer - winit_wgpu + - softbuffer - wayland - applet runs-on: ubuntu-22.04