]> git.phdru.name Git - m_librarian.git/commitdiff
Build(Makefile): Do not run tests on release
authorOleg Broytman <phd@phdru.name>
Sat, 24 Dec 2022 11:32:49 +0000 (14:32 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 24 Dec 2022 11:32:49 +0000 (14:32 +0300)
We use Github Actions for running tests.

[skip ci]

Makefile

index ec918a87f76b823421ad74519a22a15888adce0a..f6b42d89f488383a0de0080dde07cacd6958be6e 100644 (file)
--- 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: