Skip to content

Commit

Permalink
chore: run KREAd, stATOM tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Oct 27, 2023
1 parent 158d7dd commit 69f76cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgrade-test-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
},
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops",
"upgrade-tests": "ava --serial agoric-upgrade*/**/pre.test.js agoric-upgrade*/**/actions.test.js agoric-upgrade*/**/post.test.js"
"upgrade-tests-1": "ava --serial agoric-upgrade*/**/pre.test.js agoric-upgrade*/**/actions.test.js agoric-upgrade*/**/post.test.js",
"upgrade-tests-2": "ava --serial agoric-upgrade*/**/mn2.test.js agoric-upgrade*/**/add-collateral.test.js",
"upgrade-tests": "yarn run upgrade-tests-1 && yarn run upgrade-tests-2"
},
"ava": {
"files": [
Expand Down

0 comments on commit 69f76cb

Please sign in to comment.