1-init-project #7

Merged
faercol merged 3 commits from 1-init-project into main 2023-01-05 18:06:21 +00:00
Showing only changes of commit 56f909d229 - Show all commits

16
.drone.yml Normal file
View file

@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: Tests
steps:
- name: test
image: golang
commands:
- cd tracker
- make build
- make test
trigger:
event:
- push
- tag