Commit 70e6cf5b authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #146: CI passes incorrectly

parent 34a865ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ linux:ansi-test:
  script:
    - cd ansi-test
    - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
    - grep 'No unexpected \(successes\|failures\)' test.out
    # There should be no unexpected successes or failures; check these separately.
    - grep -a 'No unexpected successes' test.out && grep -a 'No unexpected failures' test.out
    
linux:benchmark:
  stage: benchmark