Browse Source

cxI: fix args

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
841723cd6f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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