ci: Add smol/tokio features when testing desktop feature

This commit is contained in:
Ian Douglas Scott 2024-07-26 11:12:05 -07:00 committed by Ian Douglas Scott
parent 732c7aef5c
commit 4f77edd249

View file

@ -41,7 +41,8 @@ jobs:
- winit_wgpu
- wayland
- applet
- desktop
- desktop,smol
- desktop,tokio
runs-on: ubuntu-22.04
steps:
- name: Checkout sources