From 02832290191a87f8e8da4c0ca4c2c197f5bb35f8 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Thu, 28 Dec 2017 18:53:31 +0500 Subject: [PATCH] CI, attempt #1. --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c60e950 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +stages: + - test + +test_job: + stage: test + tags: + - linux1 + script: go test -test.v . \ No newline at end of file