Files
bytesize/.drone.yml
andrey1s 779818e067
All checks were successful
continuous-integration/drone/tag Build is passing
init
2024-10-04 14:55:21 +03:00

15 lines
236 B
YAML

---
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
# - go test -parallel 10 -race ./...
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.61
commands:
- golangci-lint run