Explorar o código

cxI: fix args

Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
841723cd6f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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