foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
58 stars 34 forks source link

fix: enable all tests #118

Closed klkvr closed 2 months ago

klkvr commented 2 months ago

it seems that we had incorrect cargo nextest args which caused tests under ./tests to never run

klkvr commented 2 months ago

CI failure related to https://github.com/foundry-rs/foundry/issues/7797

Addressed this by rewriting path resolution logic for artifacts. Changes:

cc @mattsse

klkvr commented 2 months ago

A lot of WIndows tests were outdated, updated those. Will address clippy failure in #115

@mattsse ptal, added some changes using slash_paths here and there

klkvr commented 2 months ago

Updated tests to use fd_lock for locking installer, should be less flaky now