From 6bc9f6eef3466e895cfb05475e79bf3ba45cd63a Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 16 Aug 2022 06:37:45 +0000 Subject: [PATCH] Excplicitly set feature for Opal network --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -32,11 +32,11 @@ matrix: include: - network: "Opal" - features: " " + features: "opal-runtime" - network: "Quartz" - features: "--features=quartz-runtime" + features: "quartz-runtime" - network: "Unique" - features: "--features=unique-runtime" + features: "unique-runtime" steps: - name: Skip if pull request is in Draft -- gitstuff