Skip to content

Commit

Permalink
Exclude tests for package Modules when testing against GAP master
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf committed Aug 6, 2019
1 parent 157941a commit 8d91417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ 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

############################################
Expand Down

0 comments on commit 8d91417

Please sign in to comment.