1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

check for panicing code in ci

This commit is contained in:
Robin Appelman 2019-08-11 13:57:20 +02:00
commit 15a17c1b60
4 changed files with 87 additions and 244 deletions

View file

@ -25,4 +25,7 @@ serde_repr = "0.1"
better-panic = "0.1"
[dev-dependencies]
pretty_assertions = "0.6"
pretty_assertions = "0.6"
[profile.release]
debug = true