Skip to content

Commit bd8c88e

Browse files
committed
Update Go tests workflow
1 parent 8e51d6d commit bd8c88e

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

.github/workflows/pr-master.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,6 @@ jobs:
2929
run: |
3030
echo "::warning::Feature branch does not contain any changes to the website."
3131
32-
<<<<<<<< HEAD:.github/workflows/pr-v2.yml
33-
# lint_go:
34-
# name: Run Go Linters
35-
# runs-on: ubuntu-latest
36-
# steps:
37-
# - name: Checkout code
38-
# uses: actions/checkout@v4
39-
#
40-
# - name: Setup Go
41-
# uses: actions/setup-go@v4
42-
# with:
43-
# go-version: "1.21"
44-
#
45-
# - name: Update go modules
46-
# working-directory: ./v2
47-
# run: go mod tidy
48-
#
49-
# - name: Run Linter
50-
# uses: golangci/golangci-lint-action@v3
51-
# with:
52-
# version: v1.54
53-
# working-directory: ./v2
54-
# args: --timeout=10m0s --config ./.golangci.yml
55-
56-
========
57-
>>>>>>>> 471ea9350 (Update workflows):.github/workflows/pr-master.yml
5832
test_go:
5933
name: Run Go Tests
6034
runs-on: ${{ matrix.os }}
@@ -101,7 +75,7 @@ jobs:
10175
if: matrix.os == 'ubuntu-24.04'
10276
working-directory: ./v2
10377
run: go test -v -tags webkit2_41 ./...
104-
78+
10579
# This job will run instead of test_go for the update-sponsors branch
10680
skip_tests:
10781
name: Skip Tests (Sponsor Update)

0 commit comments

Comments
 (0)