Skip to content

Commit

Permalink
Make sure to test with both fast-near and NEAR RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 18, 2024
1 parent cacdc85 commit c016688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"dev": "nodemon --watch contract -e ts --exec \"npm run start\"",
"test": "set -o pipefail; tape test/*.test.js | tap-diff",
"test:e2e": "./test/e2e.sh",
"test:all": "npm run test && npm run test:e2e"
"test:e2e:fastnear": "FAST_NEAR_URL=https://rpc.web4.near.page npm run test:e2e",
"test:all": "npm run test && npm run test:e2e && npm run test:e2e:fastnear"
},
"dependencies": {
"koa": "^2.13.1",
Expand Down

0 comments on commit c016688

Please sign in to comment.