Skip to content

Commit f9f8dff

Browse files
mwaddipclaude
andcommitted
Fix CI: engine rename, remove stale rust feature, update broker deps
- Engine tests: blockhost-engine → blockhost-engine-evm - Rust tests: remove --features nft (feature removed from libpam-web3) - Broker submodule: noble/curves 2.x fix for npm resolution Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3245f85 commit f9f8dff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@ jobs:
3434

3535
- name: Run tests
3636
working-directory: libpam-web3
37-
run: cargo test --features nft
37+
run: cargo test
3838

3939
engine-tests:
4040
name: Engine Tests (Hardhat)
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Init required submodules
45-
run: git submodule update --init blockhost-engine
45+
run: git submodule update --init blockhost-engine-evm
4646

4747
- uses: actions/setup-node@v4
4848
with:
4949
node-version: 18
5050

5151
- name: Install dependencies
52-
working-directory: blockhost-engine
52+
working-directory: blockhost-engine-evm
5353
run: npm install
5454

5555
- name: Run tests
56-
working-directory: blockhost-engine
56+
working-directory: blockhost-engine-evm
5757
run: npm test
5858

5959
forge-tests:

0 commit comments

Comments
 (0)