diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..273cd54 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pgo filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index d1f42b3..3b1dd4a 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -12,12 +12,13 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 with: - fetch-depth: 0 - filter: tree:0 + lfs: true + - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} id: go + - name: Test run: make test diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 32827af..e3caccb 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - filter: tree:0 + lfs: true - name: Set up Go uses: actions/setup-go@v4 diff --git a/default.pgo b/default.pgo index ad655b6..5da9f8c 100644 Binary files a/default.pgo and b/default.pgo differ