Skip to content

Commit

Permalink
unknown action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 committed Nov 3, 2024
1 parent 0893aaf commit 7102a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.23.x
- 1.22.x
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -43,4 +43,4 @@ jobs:
run: go mod download

- name: Test
run: go test -timeout 10m -v -p=1 -count=1 -race -tags clock_mutex
run: make test

0 comments on commit 7102a4b

Please sign in to comment.