Skip to content

Commit

Permalink
feat: update to latest modulekit and add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed May 24, 2024
1 parent 947d1af commit 9c1b5f3
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 53 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@ jobs:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"

test-simulate:
needs: ["lint", "build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-simulate.yaml@main"
with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"

test-multi-account:
needs: ["lint", "build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-multi-account.yaml@main"
with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node-linker=hoisted
shamefully-hoist=true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhinestone/module-template",
"version": "0.4.0",
"version": "0.4.1",
"description": "A Foundry template for building modules using the ModuleKit",
"license": "GPL-3.0",
"author": {
Expand All @@ -25,7 +25,7 @@
"test:optimized": "pnpm run build:optimized && FOUNDRY_PROFILE=test-optimized forge test"
},
"dependencies": {
"@rhinestone/modulekit": "^0.4.0"
"@rhinestone/modulekit": "^0.4.1"
},
"files": [
"src",
Expand Down
95 changes: 45 additions & 50 deletions pnpm-lock.yaml

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

0 comments on commit 9c1b5f3

Please sign in to comment.