From 9d76f312b5cec470392f0ee9f642d4e9c1bb9e3b Mon Sep 17 00:00:00 2001 From: David Ross Date: Sun, 15 Dec 2024 01:23:03 -0800 Subject: [PATCH] Rename GH action workflows --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 89a8d0c..00b0805 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,7 +9,7 @@ env: jobs: test: - name: Test Suite + name: Run Tests runs-on: ${{ matrix.os }} strategy: matrix: @@ -50,7 +50,7 @@ jobs: env: RUSTDOCFLAGS: -D warnings linux: - name: Linux-only Examples + name: Linux Examples runs-on: ubuntu-latest strategy: matrix: @@ -68,7 +68,7 @@ jobs: - run: cargo run --example syslog --features syslog-6 - run: cargo run --example syslog7 --features syslog-7 msrv: - name: MSRV Compatability - fern + name: MSRV Compat runs-on: ${{ matrix.os }} strategy: matrix: