Преглед на файлове

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