This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
cairde/.drone.yml
decentral1se 1c1cff6a52
All checks were successful
continuous-integration/drone/push Build is passing
test: avoid installing Tor for now (doesn't work)
2023-10-02 11:17:38 +02:00

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