We need to run testMyRays in the test folder as it now depends on some files that need to be in the work directory.

This commit is contained in:
Godzil
2020-03-06 10:13:04 +00:00
parent 2488cc6319
commit 73012b6dd1

View File

@@ -19,7 +19,8 @@ script:
- cmake ..
- make
- make test
- ./tests/testMyRays
- cd tests
- ./testMyRays
jobs:
include: