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