Skip to content

Commit d2a2d9a

Browse files
committed
build: run all tests again
1 parent ed4310f commit d2a2d9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/common-deploy-steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export const addDeployTestSteps = ({
349349
})
350350
})
351351

352-
it.only('and everything gets deployed', async () => {
352+
it('and everything gets deployed', async () => {
353353
expect(cli('build', { cwd, verbose: true }).success).to.be.true
354354

355355
const wallet = await loadWallet(join(cwd, 'gemforge.config.cjs'), 'local', 'wallet_key')

0 commit comments

Comments
 (0)