Skip to content

Commit

Permalink
no ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 9, 2019
1 parent 4196595 commit 4855f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
@@ -1,6 +1,6 @@
steps:
- command:
- "go build ./..."
- "go build"
label: "\U0001F528 Build / :go: 1.12"
plugins:
- docker#v3.0.1:
Expand All @@ -24,7 +24,7 @@ steps:
limit: 3

- command:
- "go build ./..."
- "go build"
- "./.buildkite/run-coverage.sh"
label: "\U0001F456 Computing coverage / :go: 1.12"
plugins:
Expand Down

0 comments on commit 4855f47

Please sign in to comment.