fixed build manifest

wasn't reading test files of child modules
This commit is contained in:
Ben Morrison 2020-06-20 02:34:35 -04:00
parent 538e305925
commit 2ded1ca5b4
Signed by untrusted user: gbmor
GPG Key ID: 8F192E4720BB0DAC
2 changed files with 2 additions and 6 deletions

View File

@ -6,5 +6,5 @@ sources:
tasks:
- build: |
cd getwtxt
go test -v
go test -v --bench . --benchmem
go test -v -race ./...
make

View File

@ -24,7 +24,3 @@ script:
- go test -v -race --coverprofile=c.out ./...
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- make
after_script:
- make clean
- go test -v -run=NONE -bench . -benchmem ./...