You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scarb version 2.9.2
Snforge version 0.35.1
Setup-snfoundry version 4.0.0
Within a Scarb project, with the correct versions set in .tool-versions and Scarb.toml at the root of the repository, the following Github action works fine:
Scarb version
2.9.2
Snforge version
0.35.1
Setup-snfoundry version
4.0.0
Within a Scarb project, with the correct versions set in
.tool-versions
andScarb.toml
at the root of the repository, the following Github action works fine:However, adding
--save-trace-data
tosnforge test
, while appending the following toScarb.toml
:Cause the action to fails during tests compilation, with no specific error:
It works perfectly fine locally with the exact same configuration.
The text was updated successfully, but these errors were encountered: