Skip to content

Commit

Permalink
fix(governance): use metered=true and xs-worker on all swingset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jul 24, 2021
1 parent 8c3da1f commit 5108c51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ test.before(async t => {
parameters: { contractBundles }, // argv will be added to this
};
const config = { bootstrap: 'bootstrap', vats };
config.defaultManagerType = 'xs-worker';

const step4 = Date.now();
const ktime = `${(step2 - start) / 1000}s kernel`;
Expand Down

0 comments on commit 5108c51

Please sign in to comment.