Skip to content

Commit

Permalink
Merge pull request #4 from prometheus/superq/fixup_tests
Browse files Browse the repository at this point in the history
Fixup tests
  • Loading branch information
SuperQ authored Nov 6, 2024
2 parents 492a24d + dbc3fb4 commit 350117d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,6 @@ jobs:
key: v1-go<< parameters.go_version >>
- store_test_results:
path: test-results
test-assets:
parameters:
go_version:
type: string
use_gomod_cache:
type: boolean
default: true
docker:
- image: cimg/go:<< parameters.go_version >>
steps:
- checkout
- when:
condition: << parameters.use_gomod_cache >>
steps:
- go/load-cache:
key: v1-go<< parameters.go_version >>
- run: make -C assets test
- when:
condition: << parameters.use_gomod_cache >>
steps:
- go/save-cache:
key: v1-go<< parameters.go_version >>
- store_test_results:
path: test-results
style:
parameters:
go_version:
Expand Down Expand Up @@ -94,12 +70,6 @@ workflows:
- "1.21"
- "1.22"
- "1.23"
- test-assets:
name: assets-go-<< matrix.go_version >>
matrix:
parameters:
go_version:
- "1.23"
- style:
name: style
go_version: "1.23"

0 comments on commit 350117d

Please sign in to comment.