Преглед изворни кода

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