Skip to content

Commit c731c5f

Browse files
committed
fix: remove duplicate unit-test job from integration workflow
1 parent 6558412 commit c731c5f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,7 @@ concurrency:
2525
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2626

2727
jobs:
28-
unit-test:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- name: Checkout
32-
uses: actions/checkout@v4
33-
34-
- name: Setup Go
35-
uses: actions/setup-go@v5
36-
with:
37-
go-version: "~1.22"
38-
39-
- name: Test
40-
run: go test ./... -race
41-
4228
integration-test:
43-
needs: [unit-test]
4429
runs-on: ubuntu-latest
4530
timeout-minutes: 10
4631
steps:

0 commit comments

Comments
 (0)