Skip to content

Commit

Permalink
fix: go build
Browse files Browse the repository at this point in the history
  • Loading branch information
johzchen committed Jan 15, 2021
1 parent aa6c837 commit c3ce6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
git clone https://github.com/wadey/gocovmerge.git
cd gocovmerge
go build . -o ./gocovmerge
go build .
cd ../
./gocovmerge/gocovmerge ./api/test/testdata/integrationcover.out coverage.txt > ./api/coverage.txt
cat ./api/coverage.txt
Expand Down

0 comments on commit c3ce6fd

Please sign in to comment.