Просмотр исходного кода

github: change CI workflow to build the project with all features

ghassmo 4 лет назад
Родитель
Сommit
7548c3083d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/rust-build.yml

+ 2 - 2
.github/workflows/rust-build.yml

@@ -25,7 +25,7 @@ jobs:
             - name: Create Config Dir 
               run: |
                 mkdir -p ~/.config/darkfi
-            - name: Compile
+            - name: Compile with all features
               run: |
-                cargo build --features sol --release
+                cargo build --all-features --release
                 cargo test