소스 검색

feat: also update normal CI

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

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

@@ -31,7 +31,7 @@ jobs:
       - uses: Swatinem/rust-cache@v1
       - uses: actions-rs/cargo@v1
         with:
-          command: test
+          command: test --features "desktop, ssr, router"
 
   fmt:
     name: Rustfmt