瀏覽代碼

cxI: fix args

Jonathan Kelley 3 年之前
父節點
當前提交
841723cd6f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/main.yml

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

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