Pārlūkot izejas kodu

feat: also update normal CI

Jonathan Kelley 3 gadi atpakaļ
vecāks
revīzija
d8043baa71
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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