You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just started on solana. I have a project called day2. Every time I run anchor build it creates a .json file in day2/target/idl called day2.json. The problem is every time I run anchor test, it is looking for day_2.json. Which doesn't get produced by anchor build. Renaming the json file to day_2.json works but how do I fix this?
cargo 1.73.0
anchor -cli 0.29.0
yarn 1.22.19
The text was updated successfully, but these errors were encountered:
CriesofCarrots
added
the
question
Add this to close an issue with instructions on how to repost as a question on Stack Exchange
label
Oct 27, 2023
We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of Solana itself.
Questions like yours deserve a purpose-built Q&A forum. Unless there exists evidence that this is a bug with Solana itself, please post your question to the Solana Stack Exchange using this link: https://solana.stackexchange.com/questions/ask
This automated message is a result of having added the ‘question’ tag.
Hi, just started on solana. I have a project called day2. Every time I run anchor build it creates a .json file in day2/target/idl called day2.json. The problem is every time I run anchor test, it is looking for day_2.json. Which doesn't get produced by anchor build. Renaming the json file to day_2.json works but how do I fix this?
cargo 1.73.0
anchor -cli 0.29.0
yarn 1.22.19
The text was updated successfully, but these errors were encountered: