On mac,I use anchor init --test-template rust my-program to create a new project,however,Error: No such file or directory (os error 2) .
in my workspace ,the anchor project generated ,but without tests folders.
(base) ➜ rustprogram anchor init --test-template rust my-program
Error: No such file or directory (os error 2)
Now, I plan to spend some time fixing this bug.
On mac,I use anchor init --test-template rust my-program to create a new project,however,Error: No such file or directory (os error 2) .
in my workspace ,the anchor project generated ,but without tests folders.
(base) ➜ rustprogram anchor init --test-template rust my-program
Error: No such file or directory (os error 2)
Now, I plan to spend some time fixing this bug.