From 4e222b7ac023adff37b95d9e3790be4743d71f9a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 23 May 2020 00:48:39 +0200 Subject: [PATCH] print also the output messages of the test --- .github/workflows/test.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49aed3bf..6014015d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,4 +41,4 @@ jobs: run: cargo --version - name: Test run: - cargo test + cargo test -- --nocapture diff --git a/.travis.yml b/.travis.yml index 0de31724..3d217953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: include: - stage: Test script: - - cargo test + - cargo test -- --nocapture - script: