From 951e9c14376dc76de83ddbf126fb2accc15ff794 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 4 Nov 2017 15:18:57 -0700
Subject: [PATCH] Run tests on osx for real

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5eb9a90d..b69c8c521 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,3 +21,5 @@ osx-runner:
     - (cd snapshot; tar xjf ../cmucl-21c-x86-darwin.tar.bz2)
   script:
     - bin/build.sh -C "" -o ./snapshot/bin/lisp
+    - bin/make-dist.sh -I dist darwin-4
+    - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
-- 
GitLab