From 9731cbc2881ae3052100d03662a3d69f5e3d2ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 9 Oct 2020 19:05:50 +0200 Subject: fix Releases.md (#7883) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91f551f2a..55f8a7c37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: if: | matrix.kind == 'test_release' || matrix.kind == 'bench' - run: cargo build --release --locked --all-targets + run: cargo build --release --locked --all-targets -vv - name: Build debug if: matrix.kind == 'test_debug' -- cgit v1.2.3