We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de17066 commit 23a17caCopy full SHA for 23a17ca
.github/workflows/test.yml
@@ -55,4 +55,4 @@ jobs:
55
"$env:USERPROFILE/venv/Scripts/activate"
56
rm git-remote-incrypt
57
cp git-incrypt git-remote-incrypt
58
- make KEY:=$(gpg --list-keys --with-colons | awk -F: '/^pub/ {print $5; exit}') NODOC:=1 test
+ make KEY:=$(gpg --list-keys --with-colons | awk -F: '/^pub/ {print $5; exit}') NODOC:=1 VERBOSE:=-vvv test
0 commit comments