Fix error in Makefile breaking `make testclean`
This commit is contained in:
Родитель
0c8f66b1b1
Коммит
376e8f9c4b
2
Makefile
2
Makefile
|
@ -27,4 +27,4 @@ test-integration:
|
||||||
|
|
||||||
# Removes generated code from tests
|
# Removes generated code from tests
|
||||||
testclean:
|
testclean:
|
||||||
$(MAKE) -C _integration-tests clean
|
$(MAKE) -C cmd/_integration-tests clean
|
||||||
|
|
Загрузка…
Ссылка в новой задаче