浏览代码

feat: also update normal CI

Jonathan Kelley 3 年之前
父节点
当前提交
d8043baa71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

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

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