1 Commits

Author SHA1 Message Date
db85184dca Add .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error
2022-10-26 11:29:16 +02:00
2 changed files with 10 additions and 0 deletions

9
.drone.yml Executable file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'

View File

@@ -4,6 +4,7 @@ import (
"context"
"os"
"sync"
"time"
)
const (