Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: figure out way to manage hardhat process to run all examples/* tests in ci #157

Open
1 task done
sammccord opened this issue Oct 2, 2024 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@sammccord
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Package Version

latest

Current Behavior

currently, only the zora mint test runs in ci because managing the hardhat process is fickle. you can either run one for all the tests, but each test needs a different config, and then you have to manually kill it afterwards, or let each test spin up its own hardhat like the sdk test does

Expected Behavior

we should be able to run turbo test:ci --concurrency=1 --filter="./examples*" and not worry about the lifecycle of the local hardhat node

Steps To Reproduce

look at the use case test action runs

Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)

No response

Anything else?

No response

@sammccord sammccord added the bug Something isn't working label Oct 2, 2024
@sammccord sammccord self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant