From f78e4bea65869a458d27f3003c5d318485e7ef1f Mon Sep 17 00:00:00 2001 From: Bryce Kille Date: Thu, 18 May 2023 11:58:48 -0500 Subject: [PATCH] Add mashmap -v to the CI --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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