Skip to content

Commit

Permalink
Refactor sigv4 in tests
Browse files Browse the repository at this point in the history
use CD to be independant of CI tags and show in CircleCI which step is
failing.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Jun 23, 2021
1 parent 448ba39 commit a44452d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .circleci/config.yml
Expand Up @@ -26,24 +26,17 @@ jobs:
- go/load-cache:
key: v1-go<< parameters.go_version >>
- run: make test
- run: cd sigv4 && make test
- when:
condition: << parameters.run_style >>
steps:
- run: make style
- when:
condition: << parameters.run_style >>
steps:
- run:
command: make style
working_directory: /go/src/github.com/prometheus/common/sigv4
- run: cd sigv4 && make style
- when:
condition: << parameters.use_gomod_cache >>
steps:
- go/save-cache:
key: v1-go<< parameters.go_version >>
- run:
command: make test
working_directory: /go/src/github.com/prometheus/common/sigv4
- store_test_results:
path: test-results

Expand Down

0 comments on commit a44452d

Please sign in to comment.