Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Run acceptance tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Jun 4, 2018
1 parent 2bc8214 commit 8525943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
name: Run tests
command: |
go test
- run:
name: Run acceptance tests
command: |
TF_ACC=1 go test -v ./...
- store_artifacts:
path: "/go/bin/terraform-provider-uptimerobot"
Expand Down

0 comments on commit 8525943

Please sign in to comment.