From 6a3114b1fc538fc053fdebd130b89325fdd6aa13 Mon Sep 17 00:00:00 2001 From: Sandy Maguire Date: Sun, 13 Sep 2020 09:54:27 -0700 Subject: [PATCH] Include testdata hie.yaml cradles My tests were mysteriously failing on CI but not locally. Turns out the cradle is necessary for getting tests to run. This also correlates with how the `context` functional tests are timing out (no hie.yaml checked in) but `eval` works just fine (has a hie.yaml). --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02ba240d25..e29f2bb08f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,5 @@ shake.yaml.lock stack*.yaml.lock shake.yaml.lock -# ignore hie.yaml's for testdata -test/testdata/**/hie.yaml - # metadata files on macOS .DS_Store