Skip to content

Commit

Permalink
Switch to using go-test instead of go-build
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus committed Apr 26, 2024
1 parent 9a706cf commit 209bd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
workflows:
test:
jobs:
- architect/go-build:
- architect/go-test:
context: architect
name: go-build
binary: template
Expand All @@ -18,7 +18,7 @@ workflows:
context: architect
name: push-to-registries
requires:
- go-build
- go-test
filters:
# Trigger job also on git tag.
tags:
Expand Down

0 comments on commit 209bd37

Please sign in to comment.