Skip to content

Commit

Permalink
Always run with race and shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jul 27, 2022
1 parent 62ced51 commit f264df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
go-version: '1.17'

- run: 'make test-acc'
- run: 'make test'
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,10 @@
# limitations under the License.

test:
@go test \
-count=1 \
-short \
-timeout=5m \
./...
.PHONY: test

test-acc:
@go test \
-count=1 \
-race \
-shuffle=on \
-timeout=10m \
./...
.PHONY: test-acc
.PHONY: test

0 comments on commit f264df5

Please sign in to comment.