Skip to content

Commit 5b87e30

Browse files
authored
ci: Testing (#3061)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 7205d8d commit 5b87e30

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
status:
5959
runs-on: ubuntu-24.04
6060
if: always()
61+
name: Actions
6162
needs:
6263
- gh-actions
6364
steps:

.github/workflows/clang-tidy-parser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
status:
3939
runs-on: ubuntu-24.04
4040
if: always()
41+
name: Clang-tidy parser
4142
needs:
4243
- test
4344
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
status:
2727
runs-on: ubuntu-24.04
2828
if: always()
29+
name: Lint
2930
needs:
3031
- lint
3132
steps:

.github/workflows/py.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
status:
168168
runs-on: ubuntu-24.04
169169
if: always()
170+
name: Python
170171
needs:
171172
- test
172173
- lint

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
status:
129129
runs-on: ubuntu-24.04
130130
if: always()
131+
name: Rust
131132
needs:
132133
- test
133134
steps:

.github/workflows/sanitizer-libs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
status:
8181
runs-on: ubuntu-24.04
8282
if: always()
83+
name: Sanitizers
8384
needs:
8485
- build
8586
steps:

.github/workflows/sh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
status:
4646
runs-on: ubuntu-24.04
4747
if: always()
48+
name: Sh
4849
needs:
4950
- shebang
5051
steps:

.github/workflows/sysroot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ jobs:
240240
status:
241241
runs-on: ubuntu-24.04
242242
if: always()
243+
name: Sysroot
243244
needs:
244245
- build
245246
steps:

0 commit comments

Comments
 (0)