Skip to content

Commit

Permalink
[Makefile][CI/CD][Tests][Fixed][KiCad 8] Missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 20, 2024
1 parent 174cc99 commit 2035d23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ test_server_ki7:
pytest-3 --test_dir output
python3-coverage report

test_server_ki8:
python3-coverage erase
pytest-3 --test_dir output
python3-coverage report

test_server_nightly:
python3-coverage erase
KIAUS_USE_NIGHTLY=7.0 pytest-3 --test_dir output
Expand Down

0 comments on commit 2035d23

Please sign in to comment.