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

Use near_workspaces::compile_project instead of custom code #133

Open
mooori opened this issue Jan 23, 2024 · 0 comments
Open

Use near_workspaces::compile_project instead of custom code #133

mooori opened this issue Jan 23, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mooori
Copy link
Contributor

mooori commented Jan 23, 2024

Currently test contracts are compiled using custom code in repo.rs which ensures the required toolchain and target are installed in CI.

#131 modified CI setup to install the required toolchain and target. As a result, we should try to remove the custom code in repo.rs and use near_workspaces::compile_project instead.

@mooori mooori added the good first issue Good for newcomers label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant