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
As part of working along, you suggest copying the tests over to our personal repo. Consider providing a cheat sheet for this as part of the documentation (i.e. a subsection in README.md).
For myself, I did:
cd command-line-rust
rsync -avz --relative ./**/tests/** ../my_personal_repo/
The text was updated successfully, but these errors were encountered:
As part of working along, you suggest copying the tests over to our personal repo. Consider providing a cheat sheet for this as part of the documentation (i.e. a subsection in
README.md
).For myself, I did:
The text was updated successfully, but these errors were encountered: