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
|
- ./cc-test-reporter before-build
|
||||||
script: ./run-linux-tests
|
script: ./run-linux-tests
|
||||||
after_script:
|
after_script:
|
||||||
|
- ls
|
||||||
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||||
addons:
|
addons:
|
||||||
mariadb: '10.0'
|
mariadb: '10.0'
|
|
@ -1,4 +1,4 @@
|
||||||
echo "Generating the dynamic code"
|
echo "Generating the dynamic code"
|
||||||
go generate
|
go generate
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
go test -coverprofile c.out .
|
go test -coverprofile c.out
|
||||||
|
|
Loading…
Reference in New Issue