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