Skip to content

Commit

Permalink
[misc] Update Makefile / 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-bremond committed Jan 6, 2020
1 parent 5bd19eb commit 82c1977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ _test-unit-cpp: _build-development-image
--volume="/app/build" \
--workdir=/app/build \
$(docker_development_image_repository):$(docker_image_version)-$(target) \
/bin/bash -c "cmake -DBUILD_UNIT_TESTS=ON .. && make -j && make test"
/bin/bash -c "cmake -DBUILD_UNIT_TESTS=ON .. && make -j 4 && make test"

test-unit-python-debian: target := debian
test-unit-python-fedora: target := fedora
Expand Down

0 comments on commit 82c1977

Please sign in to comment.