Skip to content

Commit

Permalink
fix(a3p): serial test execution (#8940)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 18, 2024
1 parent aa952b4 commit 0b2a8a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion a3p-integration/proposals/a:upgrade-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.7-1",
"@agoric/synthetic-chain": "^0.0.7-5",
"ava": "^5.3.1"
},
"ava": {
"concurrency": 1,
"serial": true
},
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
Expand Down
10 changes: 5 additions & 5 deletions a3p-integration/proposals/a:upgrade-14/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.0.7-1":
version: 0.0.7-1
resolution: "@agoric/synthetic-chain@npm:0.0.7-1"
"@agoric/synthetic-chain@npm:^0.0.7-5":
version: 0.0.7-5
resolution: "@agoric/synthetic-chain@npm:0.0.7-5"
dependencies:
"@endo/zip": "npm:^1.0.1"
better-sqlite3: "npm:^9.4.0"
chalk: "npm:^5.3.0"
execa: "npm:^8.0.1"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/dc30624063c619a5a7deb2e5a0a2ded19a03aad99465b3f5ffa8cf8a719ac99da3b4e3c4a42d65c69904a84a4aa9cebde3f33abcee7f5ddb88e469a1c55a997c
checksum: 10c0/c2f04793b4103b2affebf1e0107fee473b9127dbb39fe6c3fe5ee9a773d999a16be64dfee71d7ff37e00827a782c5b214ace3b9327368f2873c467f886cd3045
languageName: node
linkType: hard

Expand Down Expand Up @@ -1820,7 +1820,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.0.7-1"
"@agoric/synthetic-chain": "npm:^0.0.7-5"
ava: "npm:^5.3.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 0b2a8a3

Please sign in to comment.