From 2e50dd5d207a9d7882f4b2b9aa6d407dd7832678 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Aug 2021 14:24:27 -0300 Subject: Makefile: Run integration (expensive) tests after unit and linter tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f55f7b..b2ce2df 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,8 @@ check: all gistatic-tests \ sh tests/build-sample.sh ./gistatic-tests sh tests/assert-catgets.sh src/*.c - sh tests/integration.sh sh tests/c-lint.sh src/*.c + sh tests/integration.sh clean: rm -rf \ -- cgit v1.2.3