Skip to content

Commit 52b8d50

Browse files
committed
Going less crazy.
1 parent f581627 commit 52b8d50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ commands:
4747
- run: EXTRAFLAGS=-Werror make
4848
- 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: EXTRAFLAGS=-Werror make test
51-
- run: EXTRAFLAGS=-Werror make checkperf
52-
- run: make clean
53-
- 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
50+
- run: EXTRAFLAGS=-Werror make quicktest
5451
- run: make clean
5552

5653
cmake_test:

0 commit comments

Comments
 (0)