mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
Add macos-14 platform, enable shuffle of tests (#1746)
This commit is contained in:
committed by
GitHub
parent
a77e9c6b79
commit
d3aa5a15bb
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user