Add interoperability test suite to CI
This commit is contained in:
parent
503727334c
commit
b7193f64e4
5 changed files with 224 additions and 0 deletions
4
.github/test-suite/build_gosop.sh
vendored
Executable file
4
.github/test-suite/build_gosop.sh
vendored
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
cd gosop
|
||||
echo "replace github.com/ProtonMail/gopenpgp/v2 => ../gopenpgp" >> go.mod
|
||||
go get github.com/ProtonMail/gopenpgp/v2/crypto
|
||||
go build .
|
||||
Loading…
Add table
Add a link
Reference in a new issue