Skip to content

Commit

Permalink
Merge pull request #50 from marbl/CI-patch-1
Browse files Browse the repository at this point in the history
Add mashmap -v to the CI
  • Loading branch information
bkille authored May 18, 2023
2 parents 06b53aa + 58db0ca commit 7ba5173
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ba5173

Please sign in to comment.