Adam Štrauch
66683c9496
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
125 B
YAML
11 lines
125 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: testing
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang
|
|
commands:
|
|
- go mod tidy
|
|
- make test
|