Skip to content

Commit 1290feb

Browse files
committed
* .github/workflows/moocore.yml: Update name of job.
1 parent 6edad38 commit 1290feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/moocore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
test:
2525
if: "! contains(github.event.head_commit.message, '[skip ci]')"
26-
name: Build C code on ${{ matrix.os }} with ${{ matrix.cc }}
26+
name: Run testsuite on ${{ matrix.os }} with ${{ matrix.cc }}
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
fail-fast: false

0 commit comments

Comments
 (0)