We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b8d50 commit c95e45dCopy full SHA for c95e45d
.circleci/config.yml
@@ -47,7 +47,7 @@ commands:
47
- run: EXTRAFLAGS=-Werror make
48
- run: EXTRAFLAGS=-Werror make amalgamate
49
- run: ARCHFLAGS=-march=haswell make amalgamate # some users do this: https://github.com/lemire/simdjson/issues/444
50
- - run: EXTRAFLAGS=-Werror make quicktest
+ - run: EXTRAFLAGS=-Werror make quicktests
51
- run: make clean
52
53
cmake_test:
0 commit comments