Fix pipeline tests

This commit is contained in:
Lea Anthony
2024-04-27 17:38:10 +10:00
parent 82b910dd6d
commit 69c513e33d
4 changed files with 30 additions and 420 deletions
+2
View File
@@ -75,6 +75,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' && github.event.pull_request.base.ref == 'master' }}
env:
CGO_LDFLAGS: -framework UniformTypeIdentifiers -mmacosx-version-min=10.13
CGO_CFLAGS: -mmacosx-version-min=10.13
working-directory: ./v2
run: go test -v ./...
@@ -87,6 +88,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' && github.event.pull_request.base.ref == 'v3-alpha' }}
env:
CGO_LDFLAGS: -framework UniformTypeIdentifiers -mmacosx-version-min=10.13
CGO_CFLAGS: -mmacosx-version-min=10.13
working-directory: ./v3
run: go test -v ./...