include backtrace feature in ci tests

This commit is contained in:
Luro02 2020-03-29 13:01:30 +02:00
parent 969e5bae9a
commit fb4f6a451e
No known key found for this signature in database
GPG Key ID: B66FD4F74501A9CF
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ script:
- cargo build
- cargo test
- cargo test --features chrono
- cargo test --features backtrace
# it's enough to run this once:
- |