diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index c34752bd..682bb68d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -7,6 +7,6 @@ tasks: - build: | cd janet gmake - VERBOSE=1 gmake test + gmake test sudo gmake install sudo gmake uninstall diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 34349e88..5526b15c 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -8,7 +8,7 @@ tasks: - gmake: | cd janet gmake - VERBOSE=1 gmake test + gmake test doas gmake install gmake test-install doas gmake uninstall