Skip to content

Commit

Permalink
Merge pull request #3 from Dargon789/pr3
Browse files Browse the repository at this point in the history
use config err bug vitest local not run test browser v.1.6.0 back  to v.1.5.0 config befor update to ver 1.6.0
  • Loading branch information
Dargon789 committed Jun 5, 2024
2 parents f55d506 + 6ff068f commit 431c14b
Show file tree
Hide file tree
Showing 53 changed files with 514 additions and 567 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blockchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: ${{ env.cwd }}/coverage/lcov.info
flags: blockchain
flags: blockchain
4 changes: 1 addition & 3 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive # necessary for block tests to load ethereum/tests

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -48,5 +48,3 @@ jobs:
- run: npm run test:browser -w=@ethereumjs/evm
- run: npm run test:browser -w=@ethereumjs/vm
- run: npm run test:browser -w=@ethereumjs/verkle


2 changes: 1 addition & 1 deletion .github/workflows/ethash-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: ${{ env.cwd }}/coverage/lcov.info
flags: ethash
flags: ethash
2 changes: 1 addition & 1 deletion .github/workflows/evm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: ${{ env.cwd }}/coverage/lcov.info
flags: evm
flags: evm
4 changes: 2 additions & 2 deletions .github/workflows/genesis-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
working-directory: ${{github.workspace}}

- run: npm run lint

- run: npm run coverage
- uses: codecov/codecov-action@v3
with:
files: ${{ env.cwd }}/coverage/lcov.info
flags: genesis

- run: npm run test:node # Only run node tests for now until vitest browser test issues are sorted out
- run: npm run test:node # Only run node tests for now until vitest browser test issues are sorted out
2 changes: 1 addition & 1 deletion .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
filters: |
src:
- 'package-lock.json'
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statemanager-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: ${{ env.cwd }}/coverage/lcov.info
flags: statemanager
flags: statemanager
2 changes: 1 addition & 1 deletion .github/workflows/tx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: ${{ env.cwd }}/coverage/lcov.info
flags: tx
flags: tx
7 changes: 7 additions & 0 deletions FUNDING.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"drips": {
"ethereum": {
"ownedBy": "0xa6f9685867e15785d7E90523776A6bD8a2989D79"
}
}
}
Loading

0 comments on commit 431c14b

Please sign in to comment.