Quellcode durchsuchen

update: windows ci

Jonathan Kelley vor 3 Jahren
Ursprung
Commit
7349029da1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/windows.yml

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

@@ -67,5 +67,5 @@ jobs:
         shell: cmd
         shell: cmd
 
 
       - name: test
       - name: test
-        run: cargo test
+        run: cargo test --features "desktop, ssr, router"
         shell: cmd
         shell: cmd