Skip to content

Commit

Permalink
Add test commands for cli and badgerengine
Browse files Browse the repository at this point in the history
  • Loading branch information
asdine committed Sep 26, 2020
1 parent 3edb0ba commit 6ad9445
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ script:
- make gen
- go test -mod vendor -race -cover -coverprofile=coverage.txt -covermode=atomic -timeout=2m ./...
- go test -mod vendor -race -cover -timeout=2m -tags=tinygo ./...
- cd ./cmd/genji && go test -race && cd -
- cd ./engine/badgerengine && go test -race && cd -


after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 6ad9445

Please sign in to comment.