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
Browse files Browse the repository at this point in the history
As `test` modifies `go.mod` and `check-generated` restores it,
ultimately restoring the git state to a clean working tree.

This is a hotfix as `bin/helm/update_codegen.sh` has only a limited
lifetime left in this repository.
  • Loading branch information
hiddeco committed Aug 12, 2019
1 parent fcb1864 commit e00f4a9
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 e00f4a9

Please sign in to comment.