dusk-network/plonk

Tests fail when run in debug mode

moCello opened this issue · 0 comments

Describe the bug
All our tests pass when run in release mode but some fail when run in debug mode, notably the example from the readme, append_logic_xor and append_logic_and.

To Reproduce
For the example from the README run

cargo test --doc

and for the logic (and possibly other) tests run

cargo test

Expected behaviour
The tests should pass no matter if in debug or release mode

Version
v0.14.1

Additional context
First discovered in #753 and #758