소스 검색

update: windows ci

Jonathan Kelley 3 년 전
부모
커밋
7349029da1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/windows.yml

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

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