Skip to content

Commit 2c3e4ac

Browse files
committed
remove build from tests
1 parent c2c991f commit 2c3e4ac

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,20 @@ name: Go
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, dev ]
66

77
jobs:
88

99
build:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
with:
14-
fetch-depth: 0
1513

1614
- name: Set up Go
1715
uses: actions/setup-go@v3
1816
with:
1917
go-version: 1.21
20-
id: go
2118

2219
- name: Test
2320
run: go mod tidy && make test
24-
25-
- name: Run GoReleaser
26-
uses: goreleaser/goreleaser-action@v5
27-
with:
28-
distribution: goreleaser
29-
version: latest
30-
args: release --clean
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
3321

0 commit comments

Comments
 (0)