Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 8de56ae

Browse files
committed
remove random integration test in ci
1 parent d518a98 commit 8de56ae

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,3 @@ jobs:
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
file: ./coverage.txt
36-
37-
integration_test:
38-
name: Run Integration Tests
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v4
42-
- name: set up go
43-
uses: actions/setup-go@v4
44-
with:
45-
go-version-file: ./go.mod
46-
- name: Integration Tests
47-
run: echo "No integration tests yet"

0 commit comments

Comments
 (0)