We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4774c62 commit 44e76e6Copy full SHA for 44e76e6
2 files changed
.circleci/config.yml
@@ -0,0 +1,15 @@
1
+version: 2.1
2
+
3
+jobs:
4
+ test:
5
+ docker:
6
+ - image: circleci/golang:latest
7
+ steps:
8
+ - checkout
9
+ - run: go test ./...
10
11
+workflows:
12
+ version: 2.1
13
14
+ jobs:
15
+ - test
README.md
@@ -1,3 +1,7 @@
+[](https://circleci.com/gh/charithe/durationcheck)
Duration Check
===============
0 commit comments