Skip to content

Commit

Permalink
chore: Add CI check to github workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Jan 21, 2025
1 parent 3d3a68e commit d83cd6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d83cd6f

Please sign in to comment.