Skip to content

Commit

Permalink
Merge pull request #313 from roidelapluie/refactorsigv4
Browse files Browse the repository at this point in the history
Refactor sigv4 in tests
  • Loading branch information
roidelapluie committed Jun 23, 2021
2 parents 448ba39 + a44452d commit a1b6ede
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 a1b6ede

Please sign in to comment.