Skip to content

Commit 87c6640

Browse files
committed
chore: add titles to sqlx-cli jobs
1 parent 292f082 commit 87c6640

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/sqlx-cli.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
check:
12+
name: Check
1213
runs-on: ubuntu-latest
1314

1415
steps:
@@ -32,13 +33,14 @@ jobs:
3233
--target-dir target/beta/
3334
3435
test:
36+
name: Test
3537
runs-on: ${{ matrix.os }}
3638

3739
strategy:
3840
matrix:
3941
# Note: macOS-latest uses M1 Silicon (ARM64)
4042
os:
41-
- ubuntu-latest,
43+
- ubuntu-latest
4244
- windows-latest
4345
- macOS-13
4446
- macOS-latest
@@ -53,13 +55,14 @@ jobs:
5355
- run: cargo test --manifest-path sqlx-cli/Cargo.toml
5456

5557
build:
58+
name: Build
5659
runs-on: ${{ matrix.os }}
5760

5861
strategy:
5962
matrix:
6063
# Note: macOS-latest uses M1 Silicon (ARM64)
6164
os:
62-
- ubuntu-latest,
65+
- ubuntu-latest
6366
- windows-latest
6467
- macOS-13
6568
- macOS-latest

0 commit comments

Comments
 (0)