Skip to content

Commit

Permalink
chore: test curl evm node
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 8, 2024
1 parent 7504e08 commit 950437f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: npm run build:core

- name: Test
timeout-minutes: 15
run: |
curl http://127.0.0.1:8545 -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
npm run test:core

0 comments on commit 950437f

Please sign in to comment.