Skip to content

Commit 8279515

Browse files
author
Buro Mookerji
committed
Reduce test running parallelism in build-release-x86.
1 parent 56a922b commit 8279515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- run: make -C build -j4
166166
- run: make -C build utrecht_tiles
167167
- run: make -C build -j2 tests
168-
- run: make -C build -j2 check
168+
- run: make -C build check
169169
- run: make -C build -j2 benchmarks
170170
- run: make -C build run-benchmarks
171171
- save_cache:

0 commit comments

Comments
 (0)