Skip to content

Commit

Permalink
disable circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed May 4, 2024
1 parent ec3478d commit 72220ea
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
version: 2.1
orbs:
go: circleci/[email protected]
jobs:
test-go:
parameters:
go-version:
type: string
executor:
name: go/default
tag: << parameters.go-version >>
steps:
- checkout
- go/load-cache
- go/mod-download
- go/save-cache
- run:
name: Run tests
command: make test_ci
# version: 2.1
# orbs:
# go: circleci/[email protected]
# jobs:
# test-go:
# parameters:
# go-version:
# type: string
# executor:
# name: go/default
# tag: << parameters.go-version >>
# steps:
# - checkout
# - go/load-cache
# - go/mod-download
# - go/save-cache
# - run:
# name: Run tests
# command: make test_ci

workflows:
test:
jobs:
- test-go:
matrix:
parameters:
go-version: ["1.20", "1.21", "1.22"]
# workflows:
# test:
# jobs:
# - test-go:
# matrix:
# parameters:
# go-version: ["1.20", "1.21", "1.22"]

0 comments on commit 72220ea

Please sign in to comment.