rename the "check" target to "checkstyle".
also created a new "check" target which runs all tests, as it is common with GNU programs
This commit is contained in:
2
.github/workflows/build-on-pull-request.yml
vendored
2
.github/workflows/build-on-pull-request.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Do some simple style checks
|
||||
shell: bash
|
||||
run: make -j2 check
|
||||
run: make -j2 checkstyle
|
||||
- name: Build the tools.
|
||||
shell: bash
|
||||
run: make -j2 bin USER_CFLAGS=-Werror
|
||||
|
||||
Reference in New Issue
Block a user