Skip to content

Commit 123c452

Browse files
committed
cosmetic workflow changes just because i can
1 parent f74b474 commit 123c452

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cargo clippy -- -D warnings
2828

2929
test:
30-
name: rust-test
30+
name: ${{ matrix.name }}
3131
runs-on: ${{ matrix.runner }}
3232
needs: [formatting, clippy]
3333
strategy:
@@ -37,26 +37,32 @@ jobs:
3737
rust-target: x86_64-unknown-linux-gnu
3838
executable-name: hydroxide-linux-x86_64
3939
path: hydroxide
40+
name: Build Hydroxide Linux x86_64 🐧
4041
- runner: ubuntu-latest
4142
rust-target: aarch64-unknown-linux-gnu
4243
executable-name: hydroxide-linux-aarch64
4344
path: hydroxide
45+
name: Build Hydroxide Linux ARM 🐧
4446
- runner: macos-latest
4547
rust-target: x86_64-apple-darwin
4648
executable-name: hydroxide-macos-x86_64
4749
path: hydroxide
50+
name: Build Hydroxide MacOS x86_64 🍎
4851
- runner: macos-latest
4952
rust-target: aarch64-apple-darwin
5053
executable-name: hydroxide-macos-aarch64
5154
path: hydroxide
55+
name: Build Hydroxide MacOS ARM 🍎
5256
- runner: windows-latest
5357
rust-target: x86_64-pc-windows-msvc
5458
executable-name: hydroxide-windows-x86_64
5559
path: hydroxide.exe
60+
name: Build Hydroxide Windows x86_64 🪟
5661
- runner: windows-latest
5762
rust-target: aarch64-pc-windows-msvc
5863
executable-name: hydroxide-windows-aarch64
5964
path: hydroxide.exe
65+
name: Build Hydroxide Windows ARM 🪟
6066

6167
steps:
6268
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)