Skip to content

Commit

Permalink
Update wercker.yml
Browse files Browse the repository at this point in the history
mssql failed to login in wercker
  • Loading branch information
jinzhu authored Jul 2, 2020
1 parent 35c180f commit 652ce20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ build:
code: |
GORM_DIALECT=postgres GORM_DSN="host=postgres93 user=gorm password=gorm DB.name=gorm port=5432 sslmode=disable" go test -race ./...
- script:
name: test mssql
code: |
GORM_DIALECT=mssql GORM_DSN="sqlserver://gorm:LoremIpsum86@mssql:1433?database=gorm" go test -race ./...
- script:
name: codecov
code: |
Expand Down

0 comments on commit 652ce20

Please sign in to comment.