about summary refs log tree commit diff stats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index d4677a8..6cb49c0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -6,5 +6,5 @@ sources:
 tasks:
   - build: |
       cd getwtxt
-      go test -v
-      go test -v --bench . --benchmem
+      go test -v -race ./...
+      make