1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-25 22:56:52 +00:00

Run tests verbosely

This commit is contained in:
Calvin Rose 2023-10-06 01:40:12 -05:00
parent d07f01d7cb
commit 6186be4443
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ tasks:
- build: | - build: |
cd janet cd janet
gmake gmake
gmake test VERBOSE=1 gmake test
sudo gmake install sudo gmake install
sudo gmake uninstall sudo gmake uninstall

View File

@ -8,7 +8,7 @@ tasks:
- gmake: | - gmake: |
cd janet cd janet
gmake gmake
gmake test VERBOSE=1 gmake test
doas gmake install doas gmake install
gmake test-install gmake test-install
doas gmake uninstall doas gmake uninstall