Skip to content

Commit

Permalink
Test only the pg backend in CI (temporary for pull request)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Feb 22, 2019
1 parent 8cb2943 commit 1baf277
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ before_script:
- psql --command 'create database terraform_backend_pg_test;' --host localhost --username postgres

script:
- make test
- go mod verify
- make e2etest
- GOOS=windows go build -mod=vendor
- TF_ACC=1 make test TEST=./backend/remote-state/pg TESTARGS='-v'
# main tests temporarily disabled while getting postgres-backend in shape
# - make test
# - go mod verify
# - make e2etest
# - GOOS=windows go build -mod=vendor
# website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization
#- make website-test

Expand Down

0 comments on commit 1baf277

Please sign in to comment.