From: Oleg Broytman Date: Sat, 24 Dec 2022 11:32:49 +0000 (+0300) Subject: Build(Makefile): Do not run tests on release X-Git-Tag: 0.2.0.post1~5 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=37b2e106641e725c94049838fca28c941152a41e Build(Makefile): Do not run tests on release We use Github Actions for running tests. [skip ci] --- diff --git a/Makefile b/Makefile index ec918a8..f6b42d8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: @echo "Nothing to be done for 'all'" .PHONY: release -release: tests flake8 docs distr +release: docs distr .PHONY: distr distr: