From c79cf8d6bfe2c7cac421dbf3fcfdedde1ac70746 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 26 Mar 2020 12:05:33 -0400 Subject: [PATCH] Correcting indentation. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 367345f46..a9bd535e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ commands: - run: ARCHFLAGS=-march=haswell make test # this breaks runtime dispatch, but see https://github.com/lemire/simdjson/issues/444... this is a code robustness test - run: make clean - run: EXTRAFLAGS=-DSIMDJSON_NO_COMPUTED_GOTO=true make test # this should run tests with computed gotos disabled - make_test_strict: + make_test_strict: steps: - checkout - run: EXTRAFLAGS=-Werror make