online-judge-tools / verification-helper

a testing framework for snippet libraries used in competitive programming
MIT License
231 stars 56 forks source link

[rust] allow running tests in debug mode #439

Open lrvideckis opened 6 months ago

lrvideckis commented 6 months ago

Description / 説明

running tests in release mode is hard coded into the tool https://github.com/online-judge-tools/verification-helper/blob/master/onlinejudge_verify/languages/rust.py#L236

I want the option to run tests in debug mode

Motivation / 動機

debug mode catches things like integer overflow