Skip to content

Commit 7ba5173

Browse files
authored
Merge pull request #50 from marbl/CI-patch-1
Add mashmap -v to the CI
2 parents 06b53aa + 58db0ca commit 7ba5173

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,11 @@ jobs:
5858
CXX: ${{ matrix.compiler.CXX }}
5959
# Build your program with the given configuration
6060
run: cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --
61+
62+
- name: Run
63+
env:
64+
CC: ${{ matrix.compiler.CC }}
65+
CXX: ${{ matrix.compiler.CXX }}
66+
# Build your program with the given configuration
67+
run: build/bin/mashmap -v
6168

0 commit comments

Comments
 (0)