git.delta.rocks / unique-network / refs/commits / 3784fb49189c

difftreelog

Feature opal-runtime is default feature.

Alexander Aksenov2022-08-10parent: #afc5a29.patch.diff
in: master

2 files changed

modified.github/workflows/build-test-master.ymldiffbeforeafterboth
34 matrix:34 matrix:
35 include:35 include:
36 - network: "Opal"36 - network: "Opal"
37 features: "--features=opal-runtime"37 features: " "
38 - network: "Quartz"38 - network: "Quartz"
39 features: "--features=quartz-runtime"39 features: "--features=quartz-runtime"
40 - network: "Unique"40 - network: "Unique"
modified.github/workflows/node_build_test.ymldiffbeforeafterboth
--- a/.github/workflows/node_build_test.yml
+++ b/.github/workflows/node_build_test.yml
@@ -33,7 +33,7 @@
       matrix:
         include:
           - network: "Opal"
-            features: "--features=opal-runtime"
+            features: " "
           - network: "Quartz"
             features: "--features=quartz-runtime"
           - network: "Unique"