summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-26 15:31:00 +0530
committerAndinus <andinus@nand.sh>2020-03-26 15:31:00 +0530
commitafd4130b382c333e746adff49ce5d2c554d3045d (patch)
tree7a06bbf55af38a69b6aae11b991a8e116b16812b /build
parent945ea27d5ffb0c8d85a6bfa535a6cd21a1227ae3 (diff)
downloadcetus-afd4130b382c333e746adff49ce5d2c554d3045d.tar.gz
Add test for RandDate func
Diffstat (limited to 'build')
-rw-r--r--build/ci/drone.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ci/drone.yml b/build/ci/drone.yml
index 2e1b9b0..3ab75ba 100644
--- a/build/ci/drone.yml
+++ b/build/ci/drone.yml
@@ -9,6 +9,7 @@ steps:
     GOARCH: amd64
     GOOS: openbsd
   commands:
+  - go test -v ./...
   - go build ./cmd/cetus
 
 - name: build-linux
@@ -17,6 +18,7 @@ steps:
     GOARCH: amd64
     GOOS: linux
   commands:
+  - go test -v ./...
   - go build ./cmd/cetus
 
 - name: build-darwin
@@ -25,4 +27,5 @@ steps:
     GOARCH: amd64
     GOOS: darwin
   commands:
+  - go test -v ./...
   - go build ./cmd/cetus