Skip to content

Commit f581627

Browse files
committed
Let us get circle ci to be more aggressive
1 parent 6a8ec95 commit f581627

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ commands:
4545
steps:
4646
- checkout
4747
- run: EXTRAFLAGS=-Werror make
48-
- run: make amalgamate
48+
- run: EXTRAFLAGS=-Werror make amalgamate
4949
- run: ARCHFLAGS=-march=haswell make amalgamate # some users do this: https://github.com/lemire/simdjson/issues/444
50-
- run: make test
51-
- run: make checkperf
50+
- run: EXTRAFLAGS=-Werror make test
51+
- run: EXTRAFLAGS=-Werror make checkperf
5252
- run: make clean
5353
- 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
5454
- run: make clean
55-
- run: EXTRAFLAGS=-DSIMDJSON_NO_COMPUTED_GOTO=true make test # this should run tests with computed gotos disabled
5655

5756
cmake_test:
5857
steps:

0 commit comments

Comments
 (0)