From 2267312a8b294af9d4fe594c7a2f2c4981359763 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Sun, 15 May 2022 13:11:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28ab8b2..652e56d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build + - test - release Build: @@ -18,6 +19,13 @@ Build: reports: dotenv: variables.env +Test: + stage: test + script: + - make bootstrap setup-wasi all build package + when: manual + allow_failure: true + Release: stage: release when: manual