From fad8eb2ff9aa11c85192e5c9729f692b3e3bbefc Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 14 Jan 2024 21:23:18 -0500 Subject: [PATCH] ci: Enable integration tests --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 887cc40..0b340e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + INTEGRATION_TESTS: 1 + include: - project: wunker-bunker/ci-pipelines file: cargo-earthly.yml