Skip to content

Commit

Permalink
ci: min-test-matrix: Correctly output Rust version.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 8, 2023
1 parent 85e64f3 commit 952747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-min-test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request, push]

jobs:
min_test_matrix:
name: Run minimal test matrix (Rust ${{ matrix.rust }} on ${{ matrix.os }})
name: Run minimal test matrix (Rust ${{ matrix.toolchain }} on ${{ matrix.os }})
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit 952747d

Please sign in to comment.