Raymond Toy pushed to branch issue-101-clang-trapping-math at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -59,9 +59,6 @@ linux:test:
    59 59
           artifacts: true
    
    60 60
       script:
    
    61 61
         - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
    
    62
    -    - cd ansi-test
    
    63
    -    - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
    
    64
    -    - grep 'No unexpected \(successes\|failures\)' test.out
    
    65 62
     
    
    66 63
     linux:ansi-test:
    
    67 64
       stage: ansi-test