What is even in this folder at this point of execution
This commit is contained in:
parent
c5e6f69780
commit
71361e3ca0
|
@ -20,6 +20,7 @@ before_script:
|
|||
- ./cc-test-reporter before-build
|
||||
script: ./run-linux-tests
|
||||
after_script:
|
||||
- ls
|
||||
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||
addons:
|
||||
mariadb: '10.0'
|
|
@ -1,4 +1,4 @@
|
|||
echo "Generating the dynamic code"
|
||||
go generate
|
||||
echo "Running tests"
|
||||
go test -coverprofile c.out .
|
||||
go test -coverprofile c.out
|
||||
|
|
Loading…
Reference in New Issue