Skip to content

Commit

Permalink
⬆️ Updated the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreminiom committed Mar 5, 2023
1 parent b8191cb commit 124b5c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ on:
push:
tags:
- v*
branches:
- master
- main
- feature/*
- bug/*
branches: [ main, dev, feature/* ]
pull_request:
permissions:
contents: read
Expand All @@ -16,7 +12,7 @@ permissions:
jobs:
golangci:

max-parallel: 3
max-parallel: 2
matrix:
go-version: [ 1.16, 1.17 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

test:
strategy:
max-parallel: 9
max-parallel: 3
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
go-version: [1.16.x, 1.17.x, 1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 124b5c2

Please sign in to comment.