diff --git a/.drone.yml b/.drone.yml index 114e604..c294730 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,4 @@ steps: - name: Tests image: rust:1.66.0-alpine3.17 commands: - - cargo test + - cargo test -- --nocapture