Skip to content

Commit

Permalink
[chore] Run unit tests for 1.21 (open-telemetry#30324)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Jan 8, 2024
1 parent e5dfb80 commit 5e6034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
path: ~/.cache/go-build
key: go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
- name: Run Unit Tests
if: startsWith( matrix.go-version, '1.19' )
if: startsWith( matrix.go-version, '~1.21' )
run: make gotest GROUP=${{ matrix.group }}
- name: Run Unit Tests With Coverage
if: startsWith( matrix.go-version, '~1.20' ) # only run coverage on one version
Expand Down

0 comments on commit 5e6034c

Please sign in to comment.