diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-28 07:29:08 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-28 07:29:08 +0100 |
commit | 79311f9f3d806b57168b7aba65235f2470555567 (patch) | |
tree | ab811ae5913707f5ffc12cbfcc5ffdb4462005a1 /Makefile | |
parent | dc2f030758be0ace3f382982b30cd58fa552a2cc (diff) |
working on failing test where dm not work when sheets not sequential - added Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..058cc7b --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +debug-datamaps: + dlv test ./pkg/datamaps/ --wd ./pkg/datamaps/ |