snapshot: Separate tests using root from non-root
Signed-off-by: Samuel Karp <skarp@amazon.com>
This commit is contained in:
parent
682a37f25c
commit
cacda40317
8 changed files with 46 additions and 7 deletions
|
@ -20,4 +20,6 @@ install:
|
|||
- export PATH=$PATH:/tmp/protobuf/bin/
|
||||
|
||||
script:
|
||||
- sudo PATH=$PATH GOPATH=$GOPATH make binaries coverage
|
||||
- make binaries
|
||||
- make coverage
|
||||
- sudo PATH=$PATH GOPATH=$GOPATH make root-coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue