From ebbfdcd35a7e5d4afd00cdec3d48abaa29f65a3d Mon Sep 17 00:00:00 2001 From: John Keiser Date: Thu, 5 Mar 2020 11:17:30 -0800 Subject: [PATCH] Amalgamate before running amalgamated tests --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index eb6e0059..41f02e85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -124,7 +124,7 @@ steps: image: gcc:8 environment: SIMDJSON_TEST_AMALGAMATED_HEADERS: 1 - commands: [ make quicktests ] + commands: [ make amalgamate, make quicktests ] --- kind: pipeline name: x64-amalgamated-slowtests @@ -138,7 +138,7 @@ steps: image: gcc:8 environment: SIMDJSON_TEST_AMALGAMATED_HEADERS: 1 - commands: [ make slowtests ] + commands: [ make amalgamate, make slowtests ] --- kind: pipeline name: stylecheck