Fix circleCI error reporting
This commit is contained in:
parent
a073752df2
commit
342038f288
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,6 @@ test:
|
||||||
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
|
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
|
||||||
- ./sqlboiler postgres
|
- ./sqlboiler postgres
|
||||||
override:
|
override:
|
||||||
- >
|
- go test -v -race ./... > $CIRCLE_ARTIFACTS/gotest.txt
|
||||||
go test -v -race ./... |
|
post:
|
||||||
go-junit-report >> $CIRCLE_TEST_REPORTS/junit.xml
|
- cat $CIRCLE_ARTIFACTS/gotest.txt | go-junit-report > $CIRCLE_TEST_REPORTS/junit.xml
|
||||||
|
|
Loading…
Reference in a new issue