Skip to content

Commit

Permalink
update makefile for together
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Apr 16, 2024
1 parent 1d6aaab commit 4b12aad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/partners/together/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ all: help
# Define a variable for the test file path.
TEST_FILE ?= tests/unit_tests/

test:
poetry run pytest $(TEST_FILE)
integration_test integration_tests: TEST_FILE=tests/integration_tests/

tests:
test tests integration_test integration_tests:
poetry run pytest $(TEST_FILE)


Expand Down

0 comments on commit 4b12aad

Please sign in to comment.