Skip to content

Commit

Permalink
go get and install the goveralls stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Aug 20, 2023
1 parent f2efbe2 commit a252169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
run: make benchdata-gen

- name: Install goveralls
run: go install github.com/mattn/goveralls
run: |
go get github.com/mattn/goveralls@latest
go install github.com/mattn/goveralls@latest
- name: Send coverage
env:
Expand Down

0 comments on commit a252169

Please sign in to comment.