From 5c54d7ae5898ce6941703a7199921d75fafb8476 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 16 Sep 2018 04:45:51 -0700 Subject: [PATCH] Enable cryfs-test on appveyor CI --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5179410e..65abbc79 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,5 +28,5 @@ build_script: - cmd: .\test\parallelaccessstore\%CONFIGURATION%\parallelaccessstore-test.exe - cmd: .\test\blockstore\%CONFIGURATION%\blockstore-test.exe - cmd: .\test\blobstore\%CONFIGURATION%\blobstore-test.exe - #- cmd: .\test\cryfs\%CONFIGURATION%\cryfs-test.exe + - cmd: .\test\cryfs\%CONFIGURATION%\cryfs-test.exe #- cmd: .\test\cryfs-cli\%CONFIGURATION%\cryfs-cli-test.exe