From e0548c9bacb85ce89d8041baf97a4c6050bc953d Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Sat, 21 Mar 2020 20:46:59 +0100 Subject: [PATCH] misc: nocapture for github test action --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b6ec3ac6..3526afefa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: continue-on-error: ${{ matrix.config.toolchain == 'nightly' }} with: command: test + args: -- --nocapture style: name: Check Style