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
The CI tests added in #24 are currently failing due to a missing suave-geth executable. This is causing the setUp() function in TransferableAccountStore.t.sol to fail.
[FAIL. Reason: setup failed: revert: vm.ffi: failed to execute command cd "/home/runner/work/astraeus/astraeus" && "suave-geth" "version": No such file or directory (os error 2)] setUp() (gas: 0)
Description
The CI tests added in #24 are currently failing due to a missing
suave-geth
executable. This is causing thesetUp()
function inTransferableAccountStore.t.sol
to fail.Example
https://github.com/mycel-labs/astraeus/actions/runs/10732370378/job/29763975686
The text was updated successfully, but these errors were encountered: