Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(makefile): switch to yatl command for integration tests
  • Loading branch information
Khabib73 committed May 23, 2026
commit d0ca1043706d391daf45ae38d42d879fc5b75b6e
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typing:

.PHONY: integration_tests
integration_tests:
poetry run python -m src.yatl.run
poetry run yatl ./integration_tests

.PHONY: unit_tests
unit_tests:
Expand Down
Loading