Skip to content

Commit 652ce20

Browse files
authored
Update wercker.yml
mssql failed to login in wercker
1 parent 35c180f commit 652ce20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

wercker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ build:
142142
code: |
143143
GORM_DIALECT=postgres GORM_DSN="host=postgres93 user=gorm password=gorm DB.name=gorm port=5432 sslmode=disable" go test -race ./...
144144
145-
- script:
146-
name: test mssql
147-
code: |
148-
GORM_DIALECT=mssql GORM_DSN="sqlserver://gorm:LoremIpsum86@mssql:1433?database=gorm" go test -race ./...
149-
150145
- script:
151146
name: codecov
152147
code: |

0 commit comments

Comments
 (0)