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