Skip to content

Commit

Permalink
Merge pull request #3640 from steakhal/pin-num-jobs
Browse files Browse the repository at this point in the history
Pin the number of jobs in some Make targets
  • Loading branch information
csordasmarton authored Mar 31, 2022
2 parents f11eb1a + cd88ccd commit 999ffda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
working-directory: analyzer/tools/build-logger
run: |
pip install -r requirements_py/dev/requirements.txt
make all
make test
- name: Run merge-clang-extdef-mappings tests
Expand Down
4 changes: 2 additions & 2 deletions analyzer/tools/build-logger/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ REPO_ROOT ?= REPO_ROOT=$(ROOT)
# Nose test runner configuration options.
NOSECFG = --config .noserc

test: all pycodestyle pylint test_unit
test: pycodestyle pylint test_unit

test_in_env: all pycodestyle_in_env pylint_in_env test_unit_in_env
test_in_env: pycodestyle_in_env pylint_in_env test_unit_in_env

PYCODESTYLE_TEST_CMD = pycodestyle tests/unit

Expand Down

0 comments on commit 999ffda

Please sign in to comment.