backports/uranium: fix check

This commit is contained in:
Antoine Martin 2024-11-01 10:14:28 -04:00 committed by Antoine Martin
parent b5577c66f1
commit c73afaf110

View file

@ -42,7 +42,7 @@ build() {
check() {
# useless code style test with another dependency
ctest -j $JOBS --output-on-failure -T Test
ctest --output-on-failure -T Test
}
package() {