run long tests in CI

This commit is contained in:
Conor Hughes 2019-02-09 13:41:56 -08:00
parent 6214ec2237
commit ce5b3f14ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: c
script: make && make test
script: make && YR_LORGE=1 make test
compiler:
- clang