Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Switch order of test and check-generated #2349

Merged
merged 1 commit into from
Aug 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
keys:
- go-mod-{{ checksum "go.mod" }}
- go-mod-
- run: make check-generated
- run: make test TEST_FLAGS="-race -tags integration -timeout 60s"
- run: make check-generated
- run: make all
- run: make e2e
- run: make test-docs
Expand Down