--- 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"