From 7b6332c90ec0cff5f4ba044ef7709e5aca3b02bd Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 30 Sep 2019 12:07:29 -0500 Subject: [PATCH] add test -h to binary --- .github/workflows/ccpp.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 42aba65..10fb432 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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