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
cargo test -- --nocapture test_lockup_claim_logic
Finished test [unoptimized + debuginfo]target(s) in 0.15s
Runningunittests(target/debug/deps/ft_lockup-f3e113e050fc0ef1)
running 0 tests
test result: ok.0passed;0 failed;0 ignored;0 measured;0 filtered out; finished in 0.00s
Runningtests/main.rs(target/debug/deps/main-a9d217f01e79e5ba)
running 1 test
thread 'test_lockup_claim_logic' panicked at 'AVX support is required in order to run WasmerVMSinglepass backend.', /Users/owl/.cargo/registry/src/github.com-1ecc6299db9ec823/near-vm-runner-4.0.0-pre.1/src/wasmer_runner.rs:194:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test test_lockup_claim_logic ... FAILED
failures:
failures:
test_lockup_claim_logic
test result:FAILED.0passed;1 failed;0 ignored;0 measured;7 filtered out; finished in 0.11s
error: test failed, to rerun pass'--test main'
Is it possible to run tests on M1 ?
The text was updated successfully, but these errors were encountered:
When I run tests from 404bc2c at M1 it fails
Is it possible to run tests on M1 ?
The text was updated successfully, but these errors were encountered: