diff options
-rw-r--r-- | .github/workflows/ccpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 1ae3c92..66137ac 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml | |||
@@ -11,5 +11,5 @@ jobs: | |||
11 | os: [ubuntu-latest, macOS-latest] | 11 | os: [ubuntu-latest, macOS-latest] |
12 | steps: | 12 | steps: |
13 | - uses: actions/checkout@v1 | 13 | - uses: actions/checkout@v1 |
14 | name: build-test | 14 | - name: build-test |
15 | run: make test | 15 | run: make test |