From d83cd6f2734d6c931e7727d8176e1110b1fd523d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Blankfors?= Date: Fri, 17 Jan 2025 15:42:28 +0100 Subject: [PATCH] chore: Add CI check to github workflows file --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ca3d379b5a..8dac5b7606e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,6 +152,8 @@ jobs: args: -p fuel-core-chain-config --target wasm32-unknown-unknown --no-default-features - command: check args: -p fuel-core-executor --target wasm32-unknown-unknown --no-default-features --features alloc + - command: check + args: -p fuel-core-global-merkle-root-storage --target wasm32-unknown-unknown --no-default-features fail-fast: false # disallow any job that takes longer than 45 minutes