Add macos-14 platform, enable shuffle of tests (#1746)

This commit is contained in:
Juan Calderon-Perez
2024-04-10 14:50:02 -04:00
committed by GitHub
parent a77e9c6b79
commit d3aa5a15bb
+3 -3
View File
@@ -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
@@ -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 ./...