summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bcad4b42..e09da869 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
with:
command: test
use-cross: ${{ matrix.job.use-cross }}
- args: --target ${{ matrix.job.target }} --verbose
+ args: --target ${{ matrix.job.target }} --verbose -- --nocapture
integration_tests:
name: Integration tests