Jonathan Kelley vor 3 Jahren
Ursprung
Commit
841723cd6f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      .github/workflows/main.yml

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

@@ -31,7 +31,8 @@ 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 --features "desktop, ssr, router"
+          command: test
+          args: --features "desktop, ssr, router"
 
 
   fmt:
   fmt:
     name: Rustfmt
     name: Rustfmt