Skip to content

Commit

Permalink
Add macos-14 platform, enable shuffle of tests (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Apr 10, 2024
1 parent a77e9c6 commit d3aa5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -19,5 +19,5 @@ jobs:
go-version: ${{ matrix.go-version }}

- run: go version
- run: go test ./...
- run: go test -race ./...
- run: go test -shuffle=on ./...
- run: go test -race -shuffle=on ./...

0 comments on commit d3aa5a1

Please sign in to comment.