summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-09 19:05:50 +0200
committerGitHub <noreply@github.com>2020-10-09 19:05:50 +0200
commit9731cbc2881ae3052100d03662a3d69f5e3d2ae8 (patch)
tree51b7d4d8bb3ebdfb9cea5d397fd587d875cb5612 /.github/workflows
parent265c25754b56c60f72dd2a67cbb4c12696c7b3bb (diff)
fix Releases.md (#7883)
Diffstat (limited to '.github/workflows')
-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 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'