From f8d8911d579aff830954e669603b71bc045a1950 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Sun, 2 Jun 2024 11:38:34 -0600 Subject: [PATCH] added testbot for ToricExtras --- tests/testbot.m2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/testbot.m2 b/tests/testbot.m2 index 8f692eb..893b770 100644 --- a/tests/testbot.m2 +++ b/tests/testbot.m2 @@ -17,10 +17,8 @@ -- Uncomment and edit the following lines to preload and check your package or -- to run a series of examples with every push on GitHub. ---needsPackage "LocalRings" ---check LocalRings ---load "tests/example.m2" ---capture get "tests/example.m2" + +check installPackage "ToricExtras" -- The following lines automatically run every file in the "tests" directory. -- If you wish, you can change testDir to any other directory.