Skip to content

Commit fb78233

Browse files
committed
yaml file change
1 parent 195881e commit fb78233

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/internal_release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ jobs:
3333
run: |
3434
mkdir -p build
3535
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o build/l2-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags "-X main.version=1.6.2-beta" l2.go
36-
37-
- name: Test with the Go CLI
38-
run: |
39-
go test -v ./tests/
40-
36+
4137
- name: Create Release
4238
id: create_release
4339
uses: actions/create-release@v1

0 commit comments

Comments
 (0)