MysteryBlokHed / databind

Expand the functionality of Minecraft Datapacks.
https://databind.rtfd.io/en/stable
GNU General Public License v3.0
4 stars 0 forks source link

Make tests properly use --release flag #119

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

Closes #118

Uses the debug_assertions cfg option to tell if the test is for release or debug. This prevents tests from having to re-build the binary when it's been built for release.