We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edad38 commit 1290febCopy full SHA for 1290feb
.github/workflows/moocore.yml
@@ -23,7 +23,7 @@ permissions:
23
jobs:
24
test:
25
if: "! contains(github.event.head_commit.message, '[skip ci]')"
26
- name: Build C code on ${{ matrix.os }} with ${{ matrix.cc }}
+ name: Run testsuite on ${{ matrix.os }} with ${{ matrix.cc }}
27
runs-on: ${{ matrix.os }}
28
strategy:
29
fail-fast: false
0 commit comments