1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +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: |
cd janet
gmake
gmake test
VERBOSE=1 gmake test
sudo gmake install
sudo gmake uninstall

View File

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