Fixed raco test command (-x -> -r)

This commit is contained in:
Georges Dupéron 2018-05-31 19:54:53 +02:00
parent c8a2335574
commit d3614be9fd

View File

@ -34,6 +34,6 @@ before_script:
script:
- raco pkg install -j 2 --deps search-auto --link aful
- raco test -x -p aful
- raco test -r -p aful
after_script: