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
|
- echo -e "[postgres]\nhost=\"localhost\"\nport=5432\nuser=\"ubuntu\"\ndbname=\"sqlboiler\"" > sqlboiler.toml
|
||||||
- createdb -U ubuntu sqlboiler
|
- createdb -U ubuntu sqlboiler
|
||||||
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
|
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
|
||||||
- go get -u github.com/vattle/sqlboiler/cmd/sqlboiler
|
- ./sqlboiler postgres
|
||||||
- sqlboiler postgres
|
|
||||||
override:
|
override:
|
||||||
- go test -v -race ./... > $CIRCLE_ARTIFACTS/gotest.txt
|
- go test -v -race ./... > $CIRCLE_ARTIFACTS/gotest.txt
|
||||||
post:
|
post:
|
||||||
|
|
Loading…
Add table
Reference in a new issue