Rename 'make tests' to 'make test' in workflow
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
- name: make tests
|
- name: make test
|
||||||
run: make tests
|
run: make test
|
||||||
- name: make examples
|
- name: make examples
|
||||||
run: make examples
|
run: make examples
|
||||||
|
|||||||
Reference in New Issue
Block a user