Fix circle.

This commit is contained in:
Alec Thomas
2019-01-12 21:20:54 +11:00
parent 886c2d7b01
commit 9b2e9343a0
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- run:
name: Test
command: |
go test -v ./... 2>&1 | tee report.txt && go-junit-report report.txt > ~/report/junit.xml
go test -v ./... 2>&1 | tee report.txt && go-junit-report < report.txt > ~/report/junit.xml
- store_test_results:
path: ~/report