From 16e5afff5a36186dfa9bf578cb98c64129ee5ee8 Mon Sep 17 00:00:00 2001
From: Lesterpig <git@lesterpig.com>
Date: Tue, 1 Dec 2015 22:07:20 +0100
Subject: [PATCH] [CI] Add raspberry pi runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e4f432..89b82d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,13 @@ Unit tests:
     - "go test -coverprofile c.out -v ./..."
     - "go tool cover -html=c.out -o coverage.html"
 
+ARM tests:
+  stage: test
+  tags:
+    - arm
+  script:
+    - "go test -cover -short -v ./..."
+
 Code lint:
   stage: test
   allow_failure: True
-- 
GitLab