Skip to content

Commit 95b82ca

Browse files
committed
del build step
1 parent 716a8d7 commit 95b82ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/go.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main, master ]
88

99
jobs:
10-
build-and-test:
10+
test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
@@ -18,9 +18,6 @@ jobs:
1818
go-version: '1.20'
1919
cache-dependency-path: go.sum
2020

21-
- name: Build
22-
run: go build -o ./bin/ -v ./...
23-
2421
- name: Test
2522
run: go test -v ./...
2623

0 commit comments

Comments
 (0)