add test -h to binary
This commit is contained in:
7
.github/workflows/ccpp.yml
vendored
7
.github/workflows/ccpp.yml
vendored
@@ -38,6 +38,10 @@ jobs:
|
|||||||
g++ --version
|
g++ --version
|
||||||
nvcc --version
|
nvcc --version
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
|
- name: test
|
||||||
|
run: |
|
||||||
|
tools/perfect-cli -h
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -61,3 +65,6 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
g++ --version
|
g++ --version
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
|
- name: test
|
||||||
|
run: |
|
||||||
|
tools/perfect-cli -h
|
||||||
|
Reference in New Issue
Block a user