From 8244510e2f9bfa62ff92fef86e0ab4dda6c86220 Mon Sep 17 00:00:00 2001 From: Fabian Zickgraf Date: Mon, 16 Sep 2019 10:42:23 +0200 Subject: [PATCH] Revert "Exclude tests for package Modules when testing against GAP master" This reverts commit 8d91417954d1a8cd875510983b6ad07e682eaf72 now that #277 is fixed. --- makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefile b/makefile index 1ef78615f..40a4ee675 100644 --- a/makefile +++ b/makefile @@ -41,9 +41,7 @@ endif # cd ToolsForHomalg && $(MAKE) ci-test # requires Convex # cd ToricVarieties && $(MAKE) ci-test -ifneq ($(GAP_HOME),/home/gap/inst/gap-master) cd Modules && $(MAKE) ci-test -endif cd homalg && $(MAKE) ci-test ############################################