Fix circle.yml
This commit is contained in:
parent
9eab490f7d
commit
1650c35416
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ test:
|
|||
- echo -e "[postgres]\nhost=\"localhost\"\nport=5432\nuser=\"ubuntu\"\ndbname=\"sqlboiler\"" > sqlboiler.toml
|
||||
- createdb -U ubuntu sqlboiler
|
||||
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
|
||||
- go get -u github.com/vattle/sqlboiler/cmd/sqlboiler
|
||||
- sqlboiler postgres
|
||||
- ./sqlboiler postgres
|
||||
override:
|
||||
- go test -v -race ./... > $CIRCLE_ARTIFACTS/gotest.txt
|
||||
post:
|
||||
|
|
Loading…
Reference in a new issue