We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c8fb commit ebbfdcdCopy full SHA for ebbfdcd
.drone.yml
@@ -124,7 +124,7 @@ steps:
124
image: gcc:8
125
environment:
126
SIMDJSON_TEST_AMALGAMATED_HEADERS: 1
127
- commands: [ make quicktests ]
+ commands: [ make amalgamate, make quicktests ]
128
---
129
kind: pipeline
130
name: x64-amalgamated-slowtests
@@ -138,7 +138,7 @@ steps:
138
139
140
141
- commands: [ make slowtests ]
+ commands: [ make amalgamate, make slowtests ]
142
143
144
name: stylecheck
0 commit comments