cyrtophora

Full-stack users-first, secure web framework.
git clone https://gitlab.com/kwatafana/cyrtophora.git
Log | Files | Refs | README

commit bc52575f5628c421b1bc086cc6eb0bc669c3488a
parent a496ed77344af1f3115601848cfcfacbc14e3ba6
Author: Jackson G. Kaindume <kaindume@kwatafana.org>
Date:   Thu, 22 Sep 2022 15:44:33 +0200

[ci] work from phora directory

Diffstat:
M.gitlab-ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,6 +1,7 @@ .cargo_test_template: &cargo_test stage: test script: + - cd phora - cargo test --verbose --jobs 1 stages: