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

Commit

Permalink
Switch order of test and check-generated (#2349)
Browse files Browse the repository at this point in the history
Switch order of `test` and `check-generated`
  • Loading branch information
hiddeco committed Aug 12, 2019
2 parents 60f6e23 + 312c002 commit b81da3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
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

0 comments on commit b81da3b

Please sign in to comment.