Skip to content

Commit

Permalink
Rename GH action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 15, 2024
1 parent 920718c commit 9d76f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
test:
name: Test Suite
name: Run Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
env:
RUSTDOCFLAGS: -D warnings
linux:
name: Linux-only Examples
name: Linux Examples
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -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:
Expand Down

0 comments on commit 9d76f31

Please sign in to comment.