near / mpc

30 stars 6 forks source link

Quick fix for build issues #626

Closed DavidM-D closed 1 week ago

DavidM-D commented 3 weeks ago

If you're having trouble with the build, this will sort it out.

run

cargo make test

in the root and it'll run the integration tests. Depends on cargo-make (already in the nix env).

I'll flesh this out tomorrow.