From 3784fb49189c5fbbc2cdb0abb85ed851df13bb5e Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 10 Aug 2022 09:01:12 +0000 Subject: [PATCH] Feature opal-runtime is default feature. --- --- 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" --- 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" -- gitstuff