Skip to content

Commit

Permalink
Fork doesn't use fast runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 1, 2023
1 parent b785029 commit 7f3144d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/src/creditcoinForkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const setup = async () => {

(global as any).CREDITCOIN_SWITCH_TO_POS_ALREADY_CALLED = process.env.SWITCH_TO_POS_ALREADY_CALLED === '1';

(global as any).CREDITCOIN_USES_FAST_RUNTIME = false;

await globalSetup();
};

Expand Down

0 comments on commit 7f3144d

Please sign in to comment.