All checks were successful
continuous-integration/drone/push Build is passing
14 lines
192 B
YAML
14 lines
192 B
YAML
---
|
|
kind: pipeline
|
|
name: cairde
|
|
steps:
|
|
- name: make check
|
|
image: golang:1.21
|
|
commands:
|
|
- make check
|
|
|
|
- name: make test
|
|
image: golang:1.21
|
|
commands:
|
|
- make test
|