diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0889faa..35de433 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -76,6 +76,7 @@ jobs: - name: build unit tests run: make lib_unit_tests working-directory: getargv.cpp/test + - run: "echo | clang++ -c -v -x c++ -" - name: build libtests run: make libtest1 libtest2 working-directory: getargv.cpp/test