Build a test jar which we can run to test the built jar is runnable
authorMatt Corallo <git@bluematt.me>
Tue, 15 Jun 2021 22:02:19 +0000 (22:02 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 16 Jun 2021 17:55:44 +0000 (17:55 +0000)
commit88b220f3e76e02ec5f05ed6d791c96edcb9eb2f6
treea546165c01c1966e13f3312e6ca8def86422a178
parenta40eeed94e15dde00b73fa70c459e630ea679bf1
Build a test jar which we can run to test the built jar is runnable
.github/workflows/build.yml
javatester/pom.xml [new file with mode: 0644]
javatester/src/main/java/org/ldk/HumanObjectPeerTest.java [new symlink]
src/test/java/org/ldk/HumanObjectPeerTest.java