Skip to content

Commit ebbfdcd

Browse files
committed
Amalgamate before running amalgamated tests
1 parent 9a7c8fb commit ebbfdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ steps:
124124
image: gcc:8
125125
environment:
126126
SIMDJSON_TEST_AMALGAMATED_HEADERS: 1
127-
commands: [ make quicktests ]
127+
commands: [ make amalgamate, make quicktests ]
128128
---
129129
kind: pipeline
130130
name: x64-amalgamated-slowtests
@@ -138,7 +138,7 @@ steps:
138138
image: gcc:8
139139
environment:
140140
SIMDJSON_TEST_AMALGAMATED_HEADERS: 1
141-
commands: [ make slowtests ]
141+
commands: [ make amalgamate, make slowtests ]
142142
---
143143
kind: pipeline
144144
name: stylecheck

0 commit comments

Comments
 (0)