Skip to content

Commit 9cb8c57

Browse files
committed
Removed Run Tests
1 parent d920061 commit 9cb8c57

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,8 @@ on:
88
branches: [ "main" ]
99

1010
jobs:
11-
test:
12-
name: Run Tests
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v4
16-
17-
- name: Set up Go
18-
uses: actions/setup-go@v4
19-
with:
20-
go-version: '1.21' # Updated to 1.21
21-
22-
- name: Run tests
23-
run: go test -v ./internal/...
24-
2511
build:
2612
name: Build Binaries
27-
needs: test
2813
runs-on: ubuntu-latest
2914
strategy:
3015
matrix:
@@ -48,7 +33,7 @@ jobs:
4833
- name: Set up Go
4934
uses: actions/setup-go@v4
5035
with:
51-
go-version: '1.21' # Updated to 1.21
36+
go-version: '1.21'
5237

5338
- name: Build for ${{ matrix.os }} / ${{ matrix.arch }}
5439
env:

0 commit comments

Comments
 (0)