add test -h to binary

This commit is contained in:
Carl Pearson
2019-09-30 12:07:29 -05:00
parent cc92923509
commit 7b6332c90e

View File

@@ -38,6 +38,10 @@ jobs:
g++ --version
nvcc --version
make VERBOSE=1
- name: test
run: |
tools/perfect-cli -h
build:
runs-on: ubuntu-latest
steps:
@@ -61,3 +65,6 @@ jobs:
cd build
g++ --version
make VERBOSE=1
- name: test
run: |
tools/perfect-cli -h