near / cargo-near

Cargo extension for building Rust smart contracts on NEAR
Apache License 2.0
33 stars 16 forks source link

test: add docker build integration test #169

Closed dj8yfo closed 1 month ago

dj8yfo commented 2 months ago

this line was fluke-nuking the added test,

due to following commands

export CARGO_TARGET_DIR=/home/target
cargo metadata

corrupting cargo metadata output, so the new test was put into a separate binary. Screenshot_20240703_203008