From 37b2e106641e725c94049838fca28c941152a41e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 24 Dec 2022 14:32:49 +0300 Subject: [PATCH] Build(Makefile): Do not run tests on release We use Github Actions for running tests. [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2