Skip to content

Commit

Permalink
Merge pull request #44 from IndexCoop/task/remove-mmi
Browse files Browse the repository at this point in the history
refactor: remove mmi
  • Loading branch information
janndriessen authored Jan 16, 2024
2 parents 2aa7e20 + d45ad09 commit 0e37a60
Show file tree
Hide file tree
Showing 32 changed files with 25 additions and 2,363 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run build --if-present
- run: npm run hardhat & npm test
- run: npm run hardhat & npm run test:cdeti
- run: npm run hardhat & npm run test:dseth
- run: npm run hardhat & npm run test:gtceth
- run: npm run hardhat & npm run test:iceth
# - run: npm run hardhat & npm run test:icreth
# run last - as it alters the block number
- run: npm run hardhat & npm run test:eth2xfli
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"lint": "prettier -c . && eslint ./src",
"lint:fix": "prettier -w . && eslint ./src --fix",
"test": "jest",
"test:cdeti": "npm test src/tests/cdeti",
"test:dseth": "npm test src/tests/dseth",
"test:eth2xfli": "npm test src/tests/eth2xfli",
"test:gtceth": "npm test src/tests/gtceth",
"test:iceth": "npm test src/tests/iceth",
"test:icreth": "npm test src/tests/icreth",
"test:watch": "jest --watch"
},
"keywords": [
Expand Down
Loading

0 comments on commit 0e37a60

Please sign in to comment.