Skip to content

Commit

Permalink
Add smoke-test
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann committed Sep 19, 2021
1 parent b90371a commit 92d914f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -25,6 +25,12 @@ jobs:
steps:
- checkout
- run: go test -race -cover ./...
smoke-test:
docker:
- image: golang:1.17
steps:
- checkout
- run: go run ./cmd/clusterlint --version
workflows:
version: 2
all:
Expand All @@ -33,3 +39,4 @@ workflows:
- vet
- lint
- test
- smoke-test

0 comments on commit 92d914f

Please sign in to comment.