Skip to content

Commit

Permalink
ci: Use go container for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfinnell committed Oct 24, 2023
1 parent 40af68f commit c03afda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Run linter
command: make lint
test:
executor: vm
executor: go
steps:
- checkout
- run:
Expand Down

0 comments on commit c03afda

Please sign in to comment.