From 8c48ad6846b806e31fc116cfbe3531d95f99e625 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 11 Feb 2021 12:12:43 -0300 Subject: [PATCH] add rust version names to jobs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8e38fb2e..6ade35cd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: pull_request jobs: test: - name: Test on ${{ matrix.os }} + name: Test on ${{ matrix.os }} with Rust ${{ matrix.rust }} # The large timeout is to accommodate Windows builds timeout-minutes: 45 runs-on: ${{ matrix.os }} @@ -72,7 +72,7 @@ jobs: run: cargo build --verbose --no-default-features build: - name: Build on ${{ matrix.os }} + name: Build on ${{ matrix.os }} with Rust ${{ matrix.rust }} timeout-minutes: 30 runs-on: ${{ matrix.os }} strategy: