Skip to content

Commit b41762f

Browse files
committed
ci: fix tool paths
1 parent 00f509b commit b41762f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v2
2323
- run: make tools
24-
- run: go-acc -o coverage.out ./... -- -v -failfast -timeout=20m -tags sqlite
25-
- run: gcov2lcov -infile=coverage.out -outfile=coverage.lcov
24+
- run: .bin/go-acc -o coverage.out ./... -- -v -failfast -timeout=20m -tags sqlite
25+
- run: .bin/gcov2lcov -infile=coverage.out -outfile=coverage.lcov
2626
- name: Coveralls
2727
uses: coverallsapp/github-action@master
2828
with:

0 commit comments

Comments
 (0)