summaryrefslogtreecommitdiff
path: root/src/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Test.hs')
-rw-r--r--src/Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Test.hs b/src/Test.hs
index f1d1f96..d16b997 100644
--- a/src/Test.hs
+++ b/src/Test.hs
@@ -26,6 +26,7 @@ import Script.Shell
data Test = Test
{ testName :: Text
+ , testTags :: [ Expr Tag ]
, testSteps :: Expr (TestStep ())
}