diff options
author | Valery Piashchynski <[email protected]> | 2020-11-02 12:01:05 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-02 12:01:05 +0300 |
commit | 484f85aacbf55f0696a51347989bd35463d71c11 (patch) | |
tree | 82e8140d1574819a444275c58d224523cf236aed /Makefile | |
parent | 0622706128f8d9ac381dee49aa4a74fe9b7904b5 (diff) |
Add Makefile to run tests with debug tag (to see stacktrace)
Remove endure errors and replace it with spiral errors
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 00000000..ae2adce4 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test: + go test -v -race -tags=debug .
\ No newline at end of file |