From 6361da3f4053d70ab1c37db477795657738bd000 Mon Sep 17 00:00:00 2001 From: justine Date: Wed, 11 Jan 2023 18:16:30 +0100 Subject: [PATCH] Update '.drone.yml' Added nocapture to tests --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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