Skip to content

Commit 9fb3613

Browse files
committed
Fix test
1 parent 4a8c33f commit 9fb3613

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/debug.yml

-32
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,6 @@ jobs:
2828
- name: Build
2929
run: |
3030
make test
31-
build_go118:
32-
name: Linux Debug build (Go 1.18)
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Checkout
36-
uses: actions/checkout@v4
37-
with:
38-
fetch-depth: 0
39-
- name: Setup Go
40-
uses: actions/setup-go@v4
41-
with:
42-
go-version: ~1.18
43-
continue-on-error: true
44-
- name: Build
45-
run: |
46-
make test
47-
build_go119:
48-
name: Linux Debug build (Go 1.19)
49-
runs-on: ubuntu-latest
50-
steps:
51-
- name: Checkout
52-
uses: actions/checkout@v4
53-
with:
54-
fetch-depth: 0
55-
- name: Setup Go
56-
uses: actions/setup-go@v4
57-
with:
58-
go-version: ~1.19
59-
continue-on-error: true
60-
- name: Build
61-
run: |
62-
make test
6331
build_go120:
6432
name: Linux Debug build (Go 1.20)
6533
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)