diff options
author | Andinus <andinus@nand.sh> | 2020-03-29 16:10:59 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-29 16:10:59 +0530 |
commit | a6826055bf4e6a23f80da047ccfe4509a209f3a6 (patch) | |
tree | f2bb2bec35ee5e61cb42f4edffb04368a0f8ba60 /build/ci | |
parent | 7b95d6b80dd2d1efb26f7c515383abd4f0dc9d42 (diff) | |
download | perseus-a6826055bf4e6a23f80da047ccfe4509a209f3a6.tar.gz |
Initial perseus rewrite
Diffstat (limited to 'build/ci')
-rw-r--r-- | build/ci/drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 6d68a3f..37590ac 100644 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -6,12 +6,12 @@ steps: - name: vet image: golang:1.13 commands: - - go vet ./... + - go vet ./... - name: test image: golang:1.13 commands: - - go test -v ./auth + - go test -v ./password --- kind: pipeline @@ -24,4 +24,4 @@ steps: GOARCH: amd64 GOOS: openbsd commands: - - go build ./cmd/perseus + - go build ./cmd/perseus |