Skip to content

Commit

Permalink
circleci: simplify; run benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Feb 10, 2018
1 parent e0ebeaa commit 100baa1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Expand Up @@ -11,11 +11,9 @@ jobs:

# Run tests
- run: mkdir -p test-results
- run:
name: Run Tests
command: |
trap "go-junit-report < test-results/go-test.log > test-results/go-test-report.xml" EXIT
go test -v -race ./... | tee test-results/go-test.log
- run: |
trap "go-junit-report < test-results/go-test.log > test-results/go-test-report.xml" EXIT
go test -v -race -bench . ./... | tee test-results/go-test.log
# Report
- store_test_results:
Expand Down

0 comments on commit 100baa1

Please sign in to comment.