Skip to content

Commit

Permalink
Updated Makefile to include week 7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amsks committed Dec 1, 2023
1 parent 5604063 commit 96bcc23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ test-week-5:
test-week-6:
$(PYTEST) ${TESTS_DIR}/week_6

test-week-7:
$(PYTEST) ${TESTS_DIR}/week_7

test-week-8:
$(PYTEST) ${TESTS_DIR}/week_8

Expand Down

0 comments on commit 96bcc23

Please sign in to comment.