From 8cc6639f64ef8f3000a1323f164b17c8cc1c4860 Mon Sep 17 00:00:00 2001 From: benrubson Date: Sun, 28 May 2017 17:01:43 +0200 Subject: [PATCH] Make CircleCI run make check --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index c570296..8ce3f95 100644 --- a/circle.yml +++ b/circle.yml @@ -10,5 +10,5 @@ dependencies: test: override: - bash ./ci/config.sh - - cd build && make && make test && make install + - cd build && make && make check && make install - /tmp/encfs/bin/encfsctl --version