Skip to content

Commit

Permalink
chore: pin gotestsum, run tests on 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Sep 17, 2023
1 parent 67beacb commit 0ae3613
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
unit-test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 10
max-parallel: 12
matrix:
os:
- ubuntu-latest
Expand All @@ -20,6 +20,7 @@ jobs:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -35,7 +36,7 @@ jobs:
version: v1.54
args: --timeout 5m
- name: install gotestsum
run: go install gotest.tools/gotestsum@latest
run: go install gotest.tools/gotestsum@v1.10.1
- name: tests
run: make test-race

Expand All @@ -46,7 +47,7 @@ jobs:
os:
- ubuntu-latest
go-version:
- "1.20"
- "1.21"
runtime:
- "docker"
needs:
Expand Down

0 comments on commit 0ae3613

Please sign in to comment.