We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06b53aa + 58db0ca commit 7ba5173Copy full SHA for 7ba5173
1 file changed
.github/workflows/build.yml
@@ -58,4 +58,11 @@ jobs:
58
CXX: ${{ matrix.compiler.CXX }}
59
# Build your program with the given configuration
60
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
68
0 commit comments