Browse Source

feat: also update normal CI

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
d8043baa71
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -31,7 +31,7 @@ jobs:
       - uses: Swatinem/rust-cache@v1
       - uses: actions-rs/cargo@v1
         with:
-          command: test
+          command: test --features "desktop, ssr, router"
 
   fmt:
     name: Rustfmt