Explicitly build the tests.

This commit is contained in:
Ryan Curtin
2021-04-24 10:56:19 -04:00
parent 22eb09e5d4
commit e89909cd6c
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
- name: Build
run: |
cd build && make -j2
cd build && make -j2 && make -j2 mlpack_test
- name: Run tests via ctest
run: |