Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"tasks": {
"build": "deno run -P src/build-contracts.ts",
"test:evm": "deno task build --solcOnly && USE_REVIVE=evm START_REVIVE_DEV_NODE=true START_ETH_RPC=true deno test -P",
"test:evm:manual": "deno task build --solcOnly && USE_REVIVE=evm deno test -P",
"test:pvm": "deno task build && USE_REVIVE=pvm START_REVIVE_DEV_NODE=true START_ETH_RPC=true deno test -P",
"test:pvm:manual": "deno task build && USE_REVIVE=pvm deno test -P",
"test:geth": "deno task build --solcOnly && START_GETH=true deno test -P",
"lint": "deno fmt --check && deno lint"
},
Expand Down
Loading