Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #259 from justinsb/test_world
Browse files Browse the repository at this point in the history
Test everything, not just //test
  • Loading branch information
justinsb authored Oct 25, 2019
2 parents 04bc257 + c799157 commit 9aa6524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
- bazel build //cmd/...
# Tests log too much output for travis
#- bazel test //test/... --test_output=streamed --local_test_jobs=1
- bazel test //test/... --test_output=errors --local_test_jobs=1
- bazel test //... --test_output=errors --local_test_jobs=1

notifications:
email: false
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ all: test

.PHONY: test
test:
bazel test //test/... --test_output=streamed
bazel test //... --test_output=streamed

.PHONY: stress-test
stress-test:
bazel test //test/... --test_output=streamed --runs_per_test=10
bazel test //... --test_output=streamed --runs_per_test=10

.PHONY: gofmt
gofmt:
Expand Down

0 comments on commit 9aa6524

Please sign in to comment.