Closed
Description
Currently we can not run tests which rely on a binary produced during build. Something like
stack build && stack build --test --bench
works but rebuilds twice. Ideally stack build --test --bench
would make binaries produced available before the tests run so we can use the executable for the testing.