Skip to content

Commit 912ed95

Browse files
committed
Change primary branch to main.
1 parent f193591 commit 912ed95

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [main]
66
pull_request:
7-
branches: [ master ]
7+
branches: [main]
88
jobs:
99
build:
1010
strategy:
@@ -13,11 +13,11 @@ jobs:
1313
os: [ubuntu-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- name: Install Go
17-
uses: actions/setup-go@v2
18-
with:
19-
go-version: ${{ matrix.go-version }}
20-
- name: Checkout code
21-
uses: actions/checkout@v2
22-
- name: Test
23-
run: go test -race -v .
16+
- name: Install Go
17+
uses: actions/setup-go@v2
18+
with:
19+
go-version: ${{ matrix.go-version }}
20+
- name: Checkout code
21+
uses: actions/checkout@v2
22+
- name: Test
23+
run: go test -race -v .

0 commit comments

Comments
 (0)