Make sure checks actually run

flake_add_checks
Faye Duxovni 2022-05-12 19:57:29 -04:00
parent d0b2b8702f
commit 81f5c4a3cd
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@
cmake --build build
'';
doCheck = true;
checkPhase = ''
cd build/tests
ctest .
@ -59,6 +60,7 @@
cmake --build build
'';
doCheck = true;
checkPhase = ''
cd build/tests
ctest .
@ -75,6 +77,7 @@
make
'';
doCheck = true;
checkPhase = ''
make test
'';