diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed70606..bc8fa5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,4 +58,11 @@ jobs: CXX: ${{ matrix.compiler.CXX }} # Build your program with the given configuration run: cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build -- + + - name: Run + env: + CC: ${{ matrix.compiler.CC }} + CXX: ${{ matrix.compiler.CXX }} + # Build your program with the given configuration + run: build/bin/mashmap -v