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