diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb0b8af7..1ad3b8dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,4 +76,12 @@ jobs: run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release - name: Build - run: cmake --build ${{github.workspace}}/build \ No newline at end of file + run: cmake --build ${{github.workspace}}/build + + - name: Install + run: sudo cmake --install ${{github.workspace}}/build + + - name: Show version and help + run: | + filc --version + filc --help \ No newline at end of file