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
|
||||
- name: make
|
||||
run: make
|
||||
- name: make tests
|
||||
run: make tests
|
||||
- name: make test
|
||||
run: make test
|
||||
- name: make examples
|
||||
run: make examples
|
||||
|
||||
Reference in New Issue
Block a user