Skip to content

Commit 9d76f31

Browse files
committed
Rename GH action workflows
1 parent 920718c commit 9d76f31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
test:
12-
name: Test Suite
12+
name: Run Tests
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
RUSTDOCFLAGS: -D warnings
5252
linux:
53-
name: Linux-only Examples
53+
name: Linux Examples
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
@@ -68,7 +68,7 @@ jobs:
6868
- run: cargo run --example syslog --features syslog-6
6969
- run: cargo run --example syslog7 --features syslog-7
7070
msrv:
71-
name: MSRV Compatability - fern
71+
name: MSRV Compat
7272
runs-on: ${{ matrix.os }}
7373
strategy:
7474
matrix:

0 commit comments

Comments
 (0)