mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-12 20:31:46 +00:00
test: add unit test cases
This commit is contained in:
@@ -48,7 +48,7 @@ Shell command to run this test:
|
||||
--CERTIMATE_DEPLOYER_SSH_OUTPUTCERTPATH="/path/to/your-output-cert.pem" \
|
||||
--CERTIMATE_DEPLOYER_SSH_OUTPUTKEYPATH="/path/to/your-output-key.pem"
|
||||
*/
|
||||
func Test(t *testing.T) {
|
||||
func TestDeploy(t *testing.T) {
|
||||
flag.Parse()
|
||||
|
||||
t.Run("Deploy", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user