From 4395feb448ede414c279cc44c3d71b00f3097bd5 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Wed, 16 Jun 2021 17:40:16 +0200 Subject: [PATCH] [#78] change default to all --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7560035..8317aced 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: RUN: - value: "win" + value: "all" description: "The tests that should run. Possible values: ubuntu, win, all." GIT_DEPTH: 1 -- GitLab