[BUG] swanky contract test -a
not properly resolving different contracts.
#173
Labels
bug
Something isn't working
At the moment, my
swanky.config.json
contains the following info for contracts:When I run
swanky contract test a_token
andswanky contract test lending_pool_addresses_provider
, tests are run properly.But when I run
swanky contract test -a
, it prompts errors after running fora_token
,Manual workarounds work, but this is annoying when I want to make sure all the tests written are constantly passing.
As you can see, the path to contracts is not acquired properly.
FYI:
Description
Steps to Reproduce
Expected vs. Actual Behavior
Environment
rustup show
):node --version
)Logs, Errors or Screenshots
Additional Information
The text was updated successfully, but these errors were encountered: