mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Amalgamate before running amalgamated tests
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user