From 7f44aa0a6dbc86da96e8f0e2cf6a02194185fac9 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Mon, 12 Jul 2021 23:08:22 +0200 Subject: [PATCH] [#86] revert default job to "all" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e5cf06f..356ae10d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: RUN: - value: "mac" + value: "all" description: "The tests that should run. Possible values: ubuntu, win, mac, all." GIT_DEPTH: 1 -- GitLab