Add test and integration tests to the Makefile (#222)

* Add unit and integration test to make file

* Add gitattributes for go.mod/go.sum files

* Always run integration tests

* Removed redundant call. Clarified targets
This commit is contained in:
WithoutPants
2019-11-25 13:10:16 +11:00
committed by Leopere
parent 46654f1672
commit 2a02e5a65d
4 changed files with 18 additions and 5 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
go.mod text eol=lf
go.sum text eol=lf