fix: add missing files causing tests to fail (#202)

* fix: add missing files causing tests to fail

See https://github.com/ooni/probe/issues/1335#issuecomment-771559718

* fix: toggle verbose so we better understand the tests output
This commit is contained in:
Simone Basso 2021-02-02 14:18:22 +01:00 committed by GitHub
commit 47dd063b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 9 deletions

View file

@ -18,7 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v2
- run: go test -race -tags shaping -v -coverprofile=probe-cli.cov -coverpkg=./... ./...
- run: go test -race -tags shaping -coverprofile=probe-cli.cov -coverpkg=./... ./...
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: probe-cli.cov