Skip to content

Commit 60cb5bd

Browse files
committed
fix test
1 parent 8f27489 commit 60cb5bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test_and_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
if: success()
2626
uses: actions/setup-go@v1
2727
with:
28-
go-version: 1.13.x
28+
go-version: 1.15.x
2929
- name: Checkout code
3030
uses: actions/checkout@v1
3131
- name: Run tests
3232
run: make test
3333
- name: Convert coverage to lcov
34-
uses: jandelgado/gcov2lcov-action@v1.0.2
34+
uses: jandelgado/gcov2lcov-action@v1.0.3
3535
with:
3636
infile: coverage.out
3737
outfile: coverage.lcov
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install Go
4949
uses: actions/setup-go@v1
5050
with:
51-
go-version: 1.13.x
51+
go-version: 1.15.x
5252
- name: Checkout code
5353
uses: actions/checkout@v1
5454
- name: build
@@ -74,5 +74,4 @@ jobs:
7474
name: bin
7575
- name: Run test
7676
run: |
77-
chmod 755 bin/gcov2lcov
7877
make inttest

0 commit comments

Comments
 (0)