add .drone.yml #2

Merged
Kichiyaki merged 2 commits from ci-cd into master 2022-09-16 14:14:32 +00:00
Showing only changes of commit ceda59dbf0 - Show all commits

View File

@ -7,7 +7,6 @@ steps:
- name: test - name: test
image: golang:1.19 image: golang:1.19
commands: commands:
- make generate
- go test -race -coverprofile=coverage.txt -covermode=atomic ./... - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
trigger: trigger: